Package | Description |
---|---|
com.sinch.android.rtc |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserControllerBuilder |
Modifier and Type | Method and Description |
---|---|
UserControllerBuilder |
UserControllerBuilder.applicationKey(java.lang.String applicationKey)
Sets the application key associated with the UserController.
|
UserControllerBuilder |
DefaultUserControllerBuilder.applicationKey(java.lang.String applicationKey) |
UserControllerBuilder |
UserControllerBuilder.callbackHandler(CallbackHandler callbackHandler)
Sets the callback handler (on a thread with a looper) the UserController will post callbacks on.
|
UserControllerBuilder |
DefaultUserControllerBuilder.callbackHandler(CallbackHandler callbackHandler) |
UserControllerBuilder |
UserControllerBuilder.context(android.content.Context context)
Sets the context associated with the UserController.
|
UserControllerBuilder |
DefaultUserControllerBuilder.context(android.content.Context context) |
UserControllerBuilder |
UserControllerBuilder.environmentHost(java.lang.String environmentHost)
Sets the environment host associated with the UserController.
|
UserControllerBuilder |
DefaultUserControllerBuilder.environmentHost(java.lang.String environmentHost) |
static UserControllerBuilder |
Sinch.getUserControllerBuilder()
Returns a UserControllerBuilder instance that can be used create a new UserController, which is used to register
new user and its FCM Push Token for the Sinch Managed push to allow receiving incoming calls via push for this
specified user on this very device.
|
UserControllerBuilder |
UserControllerBuilder.userId(java.lang.String userId)
Sets the user id associated with the UserController.
|
UserControllerBuilder |
DefaultUserControllerBuilder.userId(java.lang.String userId) |
Copyright 2016, Sinch AB