activate

fun activate(context: Context, options: String, signature: String): LicenseManagerState

Activates a license. The options and signature parameters must exactly match the values provided in the SDK license. Calling this function invalidates any currently active license.

Return

License manager state after activation

Parameters

context

System handle.

options

License options

signature

License signature, used to validate the license options.