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.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSessionId()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
-
-
Method Detail
-
getSessionId
abstract String getSessionId()
Get the MAM session id that uniquely identifies a log collection request.
- Returns:
The MAM session id.
-
-
-
-