public interface

MAMLogCollectionNotification

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

Class Overview

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.

Summary

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

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

Returns
  • The MAM session id.