Object UserController.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static UserControllerBuilder builder() Returns a UserControllerBuilder instance that can be used to create a new UserController, which is used to register new user and its Push token for the Sinch Managed Push to allow receiving incoming calls via push for this specified user on this very device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • builder

        @Deprecated(message = "Build and start SinchClient directly, instead of registering the user via UserController") final static UserControllerBuilder builder()

        Returns a UserControllerBuilder instance that can be used to create a new UserController, which is used to register new user and its Push token for the Sinch Managed Push to allow receiving incoming calls via push for this specified user on this very device. The UserControllerBuilder requires that a os.android.Looper is attached to the current thread on which the build methods invoked or CallbackHandler is provided via an optional parameter.