public interface

MAMComplianceNotification

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

Class Overview

MAMNotification with the result of attempting to remediate compliance for App Protection CA.

Summary

Public Methods
abstract String getComplianceErrorMessage()
Get the error message.
abstract String getComplianceErrorTitle()
Get the error title.
abstract MAMCAComplianceStatus getComplianceStatus()
Get the compliance status.
[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 String getComplianceErrorMessage ()

Get the error message. The app may choose to display this to the end user. We will attempt to localize the string if the user's locale is supported.

Returns
  • A localized string for the error message. May be null or empty string if there is no error.

public abstract String getComplianceErrorTitle ()

Get the error title. The app may choose to display this to the end user. We will attempt to localize the string if the user's locale is supported.

Returns
  • A localized string for the error title. May be null or empty string if there is no error.

public abstract MAMCAComplianceStatus getComplianceStatus ()

Get the compliance status.

Returns
  • status from MAMCAComplianceStatus enum.