Use Tree Navigation
public static interface

NotificationManager.NotificationBuilder

com.salesforce.marketingcloud.notifications.NotificationManager.NotificationBuilder

Class Overview

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.

Summary

Public Methods
abstract NotificationCompat.Builder setupNotificationBuilder(Context context, NotificationMessage notificationMessage)
Provide the Notification Builder to be used when displaying a notification message.

Public Methods

public abstract NotificationCompat.Builder setupNotificationBuilder (Context context, NotificationMessage notificationMessage)

Provide the Notification Builder to be used when displaying a notification message.

Parameters
context The context to use when creating the builder
notificationMessage The message that the notification will represent