Builder
class Builder
Builder class for constructing PushFeatureConfig instances.
Functions
Link copied to clipboard
Builds a PushFeatureConfig instance with the current builder values.
Link copied to clipboard
fun setNotificationCustomizationOptions(notificationCustomizationOptions: NotificationCustomizationOptions): PushFeatureConfig.Builder
Sets the notification customization options.
Link copied to clipboard
Sets the sender ID for Firebase Cloud Messaging.
Link copied to clipboard
fun setShouldShowNotificationListener(shouldShowNotificationListener: NotificationManager.ShouldShowNotificationListener?): PushFeatureConfig.Builder
Sets the notification listener for filtering notifications.
Link copied to clipboard
Sets the URL handler for processing notification URLs.