public static interface PushNotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<PushNotificationConfiguration.Builder,PushNotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PushNotificationConfiguration.Builder |
body(String body)
The body of the push notification.
|
PushNotificationConfiguration.Builder |
title(String title)
The title of the push notification.
|
PushNotificationConfiguration.Builder |
type(PushNotificationType type)
Enum value that indicates the type of the push notification for a message.
|
PushNotificationConfiguration.Builder |
type(String type)
Enum value that indicates the type of the push notification for a message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPushNotificationConfiguration.Builder title(String title)
The title of the push notification.
title - The title of the push notification.PushNotificationConfiguration.Builder body(String body)
The body of the push notification.
body - The body of the push notification.PushNotificationConfiguration.Builder type(String type)
Enum value that indicates the type of the push notification for a message. DEFAULT: Normal
mobile push notification. VOIP: VOIP mobile push notification.
type - Enum value that indicates the type of the push notification for a message. DEFAULT:
Normal mobile push notification. VOIP: VOIP mobile push notification.PushNotificationType,
PushNotificationTypePushNotificationConfiguration.Builder type(PushNotificationType type)
Enum value that indicates the type of the push notification for a message. DEFAULT: Normal
mobile push notification. VOIP: VOIP mobile push notification.
type - Enum value that indicates the type of the push notification for a message. DEFAULT:
Normal mobile push notification. VOIP: VOIP mobile push notification.PushNotificationType,
PushNotificationTypeCopyright © 2023. All rights reserved.