Class MAMComponents
-
- All Implemented Interfaces:
public final class MAMComponentsAndroid MAM client core components.
-
-
Method Summary
Modifier and Type Method Description static voidinitialize(Context context)Initialize the object with a given context. static booleanisManagedApp(Context context)Determine if the app is managed (has MAM policy deployed). static <T> Tget(Class<T> clazz)Get an implementation of a class. -
-
Method Detail
-
initialize
static void initialize(Context context)
Initialize the object with a given context.
- Parameters:
context- Context to use to initialize.
-
isManagedApp
static boolean isManagedApp(Context context)
Determine if the app is managed (has MAM policy deployed).
- Parameters:
context- Context of the app.- Returns:
True if app is managed, false otherwise.
-
-
-
-