SinchClientBuilder |
SinchClientBuilder.applicationKey(java.lang.String applicationKey) |
Sets the application key associated with the SinchClient.
|
SinchClientBuilder |
SinchClientBuilder.callerIdentifier(java.lang.String callerIdentifier) |
Sets the caller identifier used when calling with PSTN.
|
SinchClientBuilder |
SinchClientBuilder.context(android.content.Context context) |
Sets the context associated with the SinchClient.
|
SinchClientBuilder |
SinchClientBuilder.enableVideoCalls(boolean enableVideoCalls) |
Disables initialization of video calls if they are not needed.
|
SinchClientBuilder |
SinchClientBuilder.environmentHost(java.lang.String environmentHost) |
Sets the environment host associated with the SinchClient.
|
static SinchClientBuilder |
Sinch.getSinchClientBuilder() |
Returns a SinchClientBuilder instance that can be used to create a new SinchClient.
|
SinchClientBuilder |
SinchClientBuilder.hmsApplicationId(java.lang.String applicationId) |
Sets the HMS Application Id if the Huawei Push is to be used.
|
SinchClientBuilder |
SinchClientBuilder.hmsDeviceToken(java.lang.String deviceToken) |
Sets the HMS Device Token if the Huawei Push is to be used.
|
SinchClientBuilder |
SinchClientBuilder.userId(java.lang.String userId) |
Sets the user id associated with the SinchClient.
|