| com.microsoft.intune.mam.policy.appconfig.MAMAppConfigManager |
Allows retrieving the MAMAppConfig for a given user. An instance of this class can be obtained via
MAMComponents.get(MAMAppConfigManager.class)
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract MAMAppConfig |
getAppConfig(String identity)
This method is deprecated.
Use
getAppConfigForOID(String).
| ||||||||||
| abstract MAMAppConfig |
getAppConfigForOID(String oid)
returns custom app configuration data for the given user.
| ||||||||||
This method is deprecated.
Use getAppConfigForOID(String).
returns custom app configuration data for the given user.
| identity | UPN of the user for whom the config data is retrieved. If null, only Android Enterprise config will be returned |
|---|
returns custom app configuration data for the given user.
| oid | AAD OID of the user for whom the config data is retrieved. If null, only Android Enterprise config will be returned |
|---|