Interface MAMLogCollectionNotification

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

    
    public interface MAMLogCollectionNotification
     implements MAMUserNotification
                        

    MAM notification indicating that the app needs to upload its own diagnostic logs to the log service of their choice (e.g. PowerLift). It contains the MAM session id that uniquely identifies a log collection request.

    • 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 String getSessionId() Get the MAM session id that uniquely identifies a log collection request.
      • 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

      • getSessionId

         abstract String getSessionId()

        Get the MAM session id that uniquely identifies a log collection request.

        Returns:

        The MAM session id.