public interface

MAMNotificationReceiver

com.microsoft.intune.mam.client.notification.MAMNotificationReceiver

Class Overview

Allows receiving notifications of MAM events.

Summary

Public Methods
abstract boolean onReceive(MAMNotification notification)
A notification was received.

Public Methods

public abstract boolean onReceive (MAMNotification notification)

A notification was received.

Parameters
notification The notification that was received.
Returns
  • The receiver should return true if it handled the notification without error (or if it decided to ignore the notification). If the receiver tried to take some action in response to the notification but failed to complete that action it should return false.