Package 

Class ClientConfig

    • Method Detail

      • getUserId

         final String getUserId()

        Optional. When omitted, the SDK uses its random, no-backup app-install id as an opaque anonymous id. It is never a hardware/person identity.

      • getAttributes

         final JsonObject getAttributes()

        Initial session-level attributes. Injected as data.attributes on POST /session/start. Encoded to a JSON string via kotlinx.serialization before crossing the native boundary.