| java.lang.Object | |
| ↳ | com.microsoft.intune.mam.client.app.MAMConfigOnly |
Android MAM config-only client. This is not supported for general usage.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static void |
initialize(Application app)
Initialize MAM components with the given config-only Application.
| ||||||||||
| static boolean |
showInstallCompanyPortalUIForOIDIfNeeded(Context context, String oid)
Show a non-blocking install dialog for Company Portal, if needed.
| ||||||||||
| static boolean |
showInstallCompanyPortalUIIfNeeded(Context context, String upn)
This method is deprecated.
Use
showInstallCompanyPortalUIForOIDIfNeeded(Context, String).
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Initialize MAM components with the given config-only Application. This should only be called manually by config-only apps.
| app | The application. |
|---|
Show a non-blocking install dialog for Company Portal, if needed. Note: this should only be called by config-only apps. Fully integrated applications will show this dialog automatically.
| context | the context to use for showing the dialog. |
|---|---|
| oid | the AAD OID of the account to show the dialog for. |
This method is deprecated.
Use showInstallCompanyPortalUIForOIDIfNeeded(Context, String).
Show a non-blocking install dialog for Company Portal, if needed. Note: this should only be called by config-only apps. Fully integrated applications will show this dialog automatically.
| context | the context to use for showing the dialog. |
|---|---|
| upn | the UPN of the account to show the dialog for. |