setRuntimeLicenseKeyFromResource(Context,int) Method
Apply the runtime license key
Syntax
public static void setRuntimeLicenseKeyFromResource( android.content.Context context, int rawResource ) |
Parameters
- context
- The context of application
- rawResource
- The license key id
Exceptions
Exception | Description |
---|---|
java.lang.Exception | Error occurred deserializing a license. |
See Also