com.microsoft.intune.mam.client.notification.MAMNotificationReceiverRegistry |
Interface to register MAMNotificationReceiver
s.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
registerReceiver(MAMNotificationReceiver receiver, MAMNotificationType handledType)
Register a notification receiver.
| ||||||||||
abstract void |
unregisterReceiver(MAMNotificationReceiver receiver, MAMNotificationType handledType)
Unregister a notification receiver.
|
Register a notification receiver. If no receivers have been registered, the default receiver will be used if it exists.
receiver | Receiver to register. |
---|---|
handledType | The type of notification this receiver handles. |
Unregister a notification receiver.
receiver | Receiver to unregister. |
---|---|
handledType | The type of notification this receiver handles. |