public interface

MAMEnrollmentNotification

implements MAMUserNotification
com.microsoft.intune.mam.policy.notification.MAMEnrollmentNotification

Class Overview

MAMNotification with result of an attempt to enroll the app/user with the MAM Service.

Summary

Public Methods
abstract MAMEnrollmentManager.Result getEnrollmentResult()
Get the result.
abstract String getSessionId()
Get the enrollment telemetry session id.
[Expand]
Inherited Methods
From interface com.microsoft.intune.mam.policy.notification.MAMNotification
From interface com.microsoft.intune.mam.policy.notification.MAMUserNotification

Public Methods

public abstract MAMEnrollmentManager.Result getEnrollmentResult ()

Get the result.

Returns
  • Result code from MAMEnrollmentManager.

public abstract String getSessionId ()

Get the enrollment telemetry session id.

Returns
  • The enrollment telemetry session id.