StorytellerUserInput

@Serializable
data class StorytellerUserInput(val externalId: String)

Represents user-specific input required for initializing the Storyteller SDK. This class is used to pass user identification information to the SDK. For more details on managing user information, see the Storyteller User Management Documentation.

Constructors

Link copied to clipboard
constructor(externalId: String)

Properties

Link copied to clipboard
@SerialName(value = "externalId")
val externalId: String

The unique identifier for the user in the client's system. This ID is used by Storyteller to associate analytics, personalization data, and user progress with a specific user. It is crucial for maintaining user context across sessions and devices.