Interface PushNotificationConfiguration.Builder

    • Method Detail

      • title

        PushNotificationConfiguration.Builder title​(String 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

        PushNotificationConfiguration.Builder body​(String 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

        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.

        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:
        PushNotificationType, PushNotificationType
      • type

        PushNotificationConfiguration.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.

        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:
        PushNotificationType, PushNotificationType