java.lang.Object | |
↳ | com.microsoft.intune.mam.client.app.MAMComponents |
Android MAM client core components.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static <T> T |
get(Class<T> clazz)
Get an implementation of a class.
| ||||||||||
static void |
initialize(Context context)
Initialize the object with a given context.
| ||||||||||
static boolean |
isManagedApp(Context context)
Determine if the app is managed (has MAM policy deployed).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get an implementation of a class.
clazz | Class to get an instance of. |
---|
Initialize the object with a given context.
context | Context to use to initialize. |
---|
Determine if the app is managed (has MAM policy deployed).
context | Context of the app. |
---|