Interface MAMEnrollmentNotification
-
- All Implemented Interfaces:
-
com.microsoft.intune.mam.policy.notification.MAMNotification,com.microsoft.intune.mam.policy.notification.MAMUserNotification
public interface MAMEnrollmentNotification implements MAMUserNotification
MAMNotification with result of an attempt to enroll the app/user with the MAM Service.
-
-
Method Summary
Modifier and Type Method Description abstract MAMEnrollmentManager.ResultgetEnrollmentResult()Get the result. abstract StringgetSessionId()Get the enrollment telemetry session id. -
Methods inherited from class com.microsoft.intune.mam.policy.notification.MAMUserNotification
getUserIdentity, getUserOid -
Methods inherited from class com.microsoft.intune.mam.policy.notification.MAMNotification
getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEnrollmentResult
abstract MAMEnrollmentManager.Result getEnrollmentResult()
Get the result.
- Returns:
Result code from MAMEnrollmentManager.
-
getSessionId
abstract String getSessionId()
Get the enrollment telemetry session id.
- Returns:
The enrollment telemetry session id.
-
-
-
-