-
- All Implemented Interfaces:
public class StreamClient.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreamClient.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StreamClientconnect(String apiKey, String userToken)Create a StreamClient -
-
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.
-
-
-
-