Interface MAMComplianceNotification

  • All Implemented Interfaces:
    com.microsoft.intune.mam.policy.notification.MAMNotification , com.microsoft.intune.mam.policy.notification.MAMUserNotification

    
    public interface MAMComplianceNotification
     implements MAMUserNotification
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract MAMCAComplianceStatus getComplianceStatus() Get the compliance status.
      abstract String getComplianceErrorTitle() Get the error title.
      abstract String getComplianceErrorMessage() Get the error message.
      • 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
    • Constructor Detail

    • Method Detail

      • getComplianceErrorTitle

         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.

      • getComplianceErrorMessage

         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.