public static class MobirooDrm.MobirooStoreNotFoundException extends MobirooDrm.MobirooException
MobirooDrm.MobirooException
, when the app receives this exception
the application should be blocked. However, in addition to the blocking
of the application. This exception also includes an Intent that you can
invoke. This Intent will present the user with a translated message of
instructions on how and where to download the specific Apps Unlimited
storefront that the end-user used to download this installation of your
application. The Intent is retrieved via the getStoreIntent()
method.
This exception will only ever happen if the Apps Unlimited storefront
is not installed on the end-user's device.MOBIROO_EXCEPTION_CLASS_LOADER_ASSETS_NOT_FOUND_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_ASSETS_NOT_FOUND_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_CLASS_NOT_FOUND_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_CLASS_NOT_FOUND_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_ACCESS_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_ACCESS_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_ARGUMENT_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_ARGUMENT_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_STORE_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_ILLEGAL_STORE_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_INVOCATION_TARGET_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_INVOCATION_TARGET_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_METHOD_NOT_FOUND_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_METHOD_NOT_FOUND_DESC, MOBIROO_EXCEPTION_CLASS_LOADER_NAME_NOT_FOUND_CODE, MOBIROO_EXCEPTION_CLASS_LOADER_NAME_NOT_FOUND_DESC
Modifier and Type | Method and Description |
---|---|
android.content.Intent |
getStoreIntent()
Get the store front web view intent.
|
getErrorCode, getErrorDescription, getMessage, getThrowable