deactivateKnoxLicense

open fun deactivateKnoxLicense(@NonNull context: Context, @Nullable callback: IKnoxLicenceUpdateCallback): Boolean

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)