Interface PushNotificationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PushNotificationConfiguration.Builder,PushNotificationConfiguration>, SdkBuilder<PushNotificationConfiguration.Builder,PushNotificationConfiguration>, SdkPojo
Enclosing class:
PushNotificationConfiguration

public static interface PushNotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<PushNotificationConfiguration.Builder,PushNotificationConfiguration>
  • Method Details

    • title

      The title of the push notification.

      Parameters:
      title - The title of the push notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • body

      The body of the push notification.

      Parameters:
      body - The body of the push notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.

      Parameters:
      type - Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.

      Parameters:
      type - Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: