Package 

Object StreamClient.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 StreamClient connect(String apiKey, String userToken) Create a StreamClient
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • connect

         final StreamClient connect(String apiKey, String userToken)

        Create a StreamClient

        Parameters:
        apiKey - The API Key used to communicated with the server.
        userToken - The user token to be used to authenticate with he server.