deactivate Knox License
open fun deactivateKnoxLicense(@NonNull context: Context, @Nullable callback: IKnoxLicenceUpdateCallback): Boolean
Content copied to clipboard
Call this method to deactivate license
Return
true if the request of the deactivation is sent, false otherwise
Parameters
context
Context The application context
callback
: is a block of code which will be invoked when the deactivation of the Knox licence is completed (sucessfully when isActive = FALSE, or failed when isActive = TRUE)