| Name | Summary |
|---|---|
mediaAttachmentUri | abstract val mediaAttachmentUri: String? The attached image uri for the notification. |
message | abstract val message: String The message body for the notification. |
ndid | abstract val ndid: String? The notification delivery id used to track this notification. Make sure you never pass in same ndid for different notification instance, otherwise the notification won’t be present. |
title | abstract val title: String The title for the notification. |
| Name | Summary |
|---|---|
builder | fun builder(): DeviceNotificationConfig.Builder |