Package 

Interface SinchClientBuilder

  • All Implemented Interfaces:

    
    public interface SinchClientBuilder
    
                        

    The SinchClientBuilder class builds a new SinchClient instance. To construct a SinchClient, the required configuration parameters are:

    • Context

    • Application Key

    • Environment host

    • User ID It is optional to specify

    • Push configuration

    • Push notification display name

    • Constructor Detail

    • Method Detail

      • pushNotificationDisplayName

         abstract SinchClientBuilder pushNotificationDisplayName(String pushNotificationDisplayName)

        Specify a display name to be used when the Sinch creates a push notification on behalf of the local user (e.g. for an outgoing call). For managed push display name is included in a push notification on a best-effort basis. For example, if the target device has very limited push payload size constraints (e.g iOS 7 can only handle 255 byte push notification payload), then the display name may not be included.

        Parameters:
        pushNotificationDisplayName - display name may at most be 255 bytes (UTF-8 encoded) long.