-
public final class ClientConfig
-
-
Constructor Summary
Constructors Constructor Description ClientConfig(String endpoint, String token, String userId, Platform platform, JsonObject attributes)
-
Method Summary
Modifier and Type Method Description final StringgetEndpoint()final StringgetToken()final StringgetUserId()final PlatformgetPlatform()final JsonObjectgetAttributes()Initial session-level attributes. -
-
Method Detail
-
getEndpoint
final String getEndpoint()
-
getPlatform
final Platform getPlatform()
-
getAttributes
final JsonObject getAttributes()
Initial session-level attributes. Injected as
data.attributesonPOST /session/start. Encoded to a JSON string viakotlinx.serializationbefore crossing the native boundary.
-
-
-
-