ISessionTokenCallback

Callback interface for receiving the current session token.

This is used to asynchronously obtain the unique session identifier associated with the current user or anonymous session.

Functions

Link copied to clipboard
abstract fun onSessionToken(sessionToken: String)

Called when the session token is available.