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