create
Creates a NotificationCustomizationOptions with only a NotificationManager.NotificationBuilder. This options leaves everything about setting up the notification up to you. See "Option two" in the class documentation for more details.
Return
NotificationCustomizationOptions
Parameters
Notification builder
Creates a NotificationCustomizationOptions with only the notification's small icon resource id. This is the simplest approach to notifications in the SDK. Everything else will be handled by the SDK.
Return
NotificationCustomizationOptions
Parameters
The notification's small icon resource id.
Created a NotificationCustomizationOptions with the notification's small icon resource id and optional instances of NotificationManager.NotificationLaunchIntentProvider and NotificationManager.NotificationChannelIdProvider.
Return
NotificationCustomizationOptions
Parameters
The notification's small icon resource id.
Launch intent provider.
Channel id provider.