| com.salesforce.marketingcloud.notifications.NotificationManager.NotificationBuilder |
Provide your NotificationManager.NotificationBuilder in the NotificationCustomizationOptions when
initializing the SDK via setNotificationCustomizationOptions(NotificationCustomizationOptions).
If the builder is provided it is expected to be complete and will be used as-is by the SDK to display
the notification. Please consult the Android documentation to ensure completeness.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract NotificationCompat.Builder |
setupNotificationBuilder(Context context, NotificationMessage notificationMessage)
Provide the Notification Builder to be used when displaying a notification message.
| ||||||||||
Provide the Notification Builder to be used when displaying a notification message.
| context | The context to use when creating the builder |
|---|---|
| notificationMessage | The message that the notification will represent |