registerForKnoxLicenceChanges

open fun registerForKnoxLicenceChanges(@NonNull context: Context, @NonNull callback: IKnoxLicenceCallback): Boolean

Call this method to register for Knox license changes

Return

true if device support Knox Licence (XCover device), false otherwise

Parameters

context

: the application Context

callback

: is a block of code which will be invoked to retrieve the Knox licence key or to notify when the Knox licence status changed (active or not active)