public static interface SrnRichNotificationManager.EventListener
Modifier and Type | Method and Description |
---|---|
void |
onError(UUID uuid,
SrnRichNotificationManager.ErrorType error)
Implement this method to receive an error information about a rich
notification.
|
void |
onRead(UUID uuid)
Implement this method to receive information when a rich
notification has been read.
|
void |
onRemoved(UUID uuid)
Implement this method to receive information when a rich
notification is removed.
|
void onRemoved(UUID uuid)
uuid
- the UUID
of the removed rich
notifications.void onRead(UUID uuid)
uuid
- the UUID
of the read rich notifications.void onError(UUID uuid, SrnRichNotificationManager.ErrorType error)
uuid
- the UUID
of the removed rich
notifications.error
- the error information. SrnRichNotificationManager.ErrorType
.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.