-
- All Implemented Interfaces:
public class Streem.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Streem.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StreemgetInstance(String apiKeyId, String apiKeySecret, String apiEnvironment)Returns a Streem instance for creating Streem Tokens with the provided Streem API Key ID and API Key Secret. final StreemgetInstance(String apiKeyId, String apiKeySecret)Returns a Streem instance for creating Streem Tokens with the provided Streem API Key ID and API Key Secret. -
-
Method Detail
-
getInstance
@JvmOverloads() final Streem getInstance(String apiKeyId, String apiKeySecret, String apiEnvironment)
Returns a Streem instance for creating Streem Tokens with the provided Streem API Key ID and API Key Secret.
-
getInstance
@JvmOverloads() final Streem getInstance(String apiKeyId, String apiKeySecret)
Returns a Streem instance for creating Streem Tokens with the provided Streem API Key ID and API Key Secret.
-
-
-
-