Package Index
|
Class Index
com.microsoft.intune.mam.client
com.microsoft.intune.mam.client.app
com.microsoft.intune.mam.client.app.backup
com.microsoft.intune.mam.client.app.startup
com.microsoft.intune.mam.client.app.ui
com.microsoft.intune.mam.client.content
com.microsoft.intune.mam.client.identity
com.microsoft.intune.mam.client.notification
com.microsoft.intune.mam.client.os
com.microsoft.intune.mam.client.preference
com.microsoft.intune.mam.client.strict
com.microsoft.intune.mam.log
com.microsoft.intune.mam.policy
com.microsoft.intune.mam.policy.appconfig
com.microsoft.intune.mam.policy.notification
Interfaces
MAMComplianceNotification
MAMEnrollmentNotification
MAMLogCollectionNotification
MAMNotification
MAMUserNotification
Enums
MAMNotificationType
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public interface
MAMUserNotification
implements
MAMNotification
com.microsoft.intune.mam.policy.notification.MAMUserNotification
Known Indirect Subclasses
MAMComplianceNotification
,
MAMEnrollmentNotification
,
MAMLogCollectionNotification
MAMComplianceNotification
MAMNotification with the result of attempting to remediate compliance for App Protection CA.
MAMEnrollmentNotification
MAMNotification with result of an attempt to enroll the app/user with the MAM Service.
MAMLogCollectionNotification
MAM notification indicating that the app needs to upload its own diagnostic logs to the log service of their choice (e.g.
Class Overview
MAMNotification which has relevance to a specific user.
Summary
Public Methods
abstract String
getUserIdentity
()
abstract String
getUserOid
()
[Expand]
Inherited Methods
From interface
com.microsoft.intune.mam.policy.notification.MAMNotification
abstract
MAMNotificationType
getType
()
Get the notification's type.
Public Methods
public abstract String
getUserIdentity
()
Returns
UPN of the user the notification concerns.
public abstract String
getUserOid
()
Returns
OID of the user the notification concerns.