public interface

MAMNotificationReceiverRegistry

com.microsoft.intune.mam.client.notification.MAMNotificationReceiverRegistry

Class Overview

Interface to register MAMNotificationReceivers.

Summary

Public Methods
abstract void registerReceiver(MAMNotificationReceiver receiver, MAMNotificationType handledType)
Register a notification receiver.
abstract void unregisterReceiver(MAMNotificationReceiver receiver, MAMNotificationType handledType)
Unregister a notification receiver.

Public Methods

public abstract void registerReceiver (MAMNotificationReceiver receiver, MAMNotificationType handledType)

Register a notification receiver. If no receivers have been registered, the default receiver will be used if it exists.

Parameters
receiver Receiver to register.
handledType The type of notification this receiver handles.

public abstract void unregisterReceiver (MAMNotificationReceiver receiver, MAMNotificationType handledType)

Unregister a notification receiver.

Parameters
receiver Receiver to unregister.
handledType The type of notification this receiver handles.