ZyncSessionEvent

sealed class ZyncSessionEvent

Represents session-related events emitted by the SDK.

Collect Zync.sessionEvents to observe these events in real-time.

Inheritors

Types

Link copied to clipboard
@ObjCName(name = "expired")
data object Expired : ZyncSessionEvent

Emitted when a 401 Unauthorized response is received from the backend, indicating the session has expired.