userId

abstract fun userId(userId: String): SinchClientBuilder

Sets the user id associated with the SinchClient. If the app already has a scheme for user IDs (email addresses, phone numbers, customer numbers, etc.), the same ID could be used when configuring the SinchClient.

Return

The SinchClientBuilder instance.

Parameters

userId

User identifier associated with this SinchClient.