IKnoxLicenceUpdateCallback

interface IKnoxLicenceUpdateCallback

IKnoxLicenceUpdateCallback

Description :

*his interface should be used when invoke methods for activate or deactivate the Knox licence to receive the completion callback. (See : activateKnoxLicense and deactivateKnoxLicense )

Functions

Link copied to clipboard
abstract fun getCurrentActivity(): Activity
Link copied to clipboard
abstract fun onCompletion(isActive: Boolean)
The completion callback will be returned when the invoked action (activate/deactivate Knox licence) is completed sucessfully or not