Interface SMSChannelRequest.Builder

    • Method Detail

      • enabled

        SMSChannelRequest.Builder enabled​(Boolean enabled)

        Specifies whether to enable the SMS channel for the application.

        Parameters:
        enabled - Specifies whether to enable the SMS channel for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderId

        SMSChannelRequest.Builder senderId​(String senderId)

        The identity that you want to display on recipients' devices when they receive messages from the SMS channel.

        Parameters:
        senderId - The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shortCode

        SMSChannelRequest.Builder shortCode​(String shortCode)

        The registered short code that you want to use when you send messages through the SMS channel.

        Parameters:
        shortCode - The registered short code that you want to use when you send messages through the SMS channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.