Modifier and Type | Class and Description |
---|---|
static class |
MobirooDrm.MobirooSecurityException
As with the
MobirooDrm.MobirooException , when the app receives this exception
the application should be blocked. |
static class |
MobirooDrm.MobirooStoreNotFoundException
As with the
MobirooDrm.MobirooException , when the app receives this exception
the application should be blocked. |
Modifier and Type | Method and Description |
---|---|
static void |
MobirooDrm.validateActivity(android.app.Activity activity)
Only for use with Activities.
|
static void |
MobirooDrm.validateService(android.content.Context context)
For use from either the
Service#onStartCommand(Intent, int, int) ,
Service#onCreate() , WallpaperService#onStartCommand(Intent, int, int) ,
WallpaperService#onCreateEngine() and WallpaperService#onCreate()
method implementations. |
static void |
MobirooDrm.validateWidgetUpdate(android.content.Context context,
android.appwidget.AppWidgetManager appWidgetManager,
int appWidgetId)
For use within the
AppWidgetProvider#onUpdate(Context, AppWidgetManager, int[]) method. |
static void |
MobirooDrm.validateWidgetUpdate(android.content.Context context,
android.appwidget.AppWidgetManager appWidgetManager,
int[] appWidgetIds)
For use within the
AppWidgetProvider#onUpdate(Context, AppWidgetManager, int[]) method. |