public interface

MAMAppConfigManager

com.microsoft.intune.mam.policy.appconfig.MAMAppConfigManager

Class Overview

Allows retrieving the MAMAppConfig for a given user. An instance of this class can be obtained via MAMComponents.get(MAMAppConfigManager.class)

Summary

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.

Public Methods

public abstract MAMAppConfig getAppConfig (String identity)

This method is deprecated.
Use getAppConfigForOID(String).

returns custom app configuration data for the given user.

Parameters
identity UPN of the user for whom the config data is retrieved. If null, only Android Enterprise config will be returned
Returns
  • a MAMAppConfig object containing the config data.

public abstract MAMAppConfig getAppConfigForOID (String oid)

returns custom app configuration data for the given user.

Parameters
oid AAD OID of the user for whom the config data is retrieved. If null, only Android Enterprise config will be returned
Returns
  • a MAMAppConfig object containing the config data.