Package-level declarations

Types

Link copied to clipboard
enum Codec : Enum<Codec>
Link copied to clipboard
typealias ListenerID = Int
Link copied to clipboard
typealias ObjectID = String
Link copied to clipboard

Switchboard V3 API

Link copied to clipboard

Interface for handling Switchboard V3 events

Link copied to clipboard

Exception thrown when Switchboard operations fail

Link copied to clipboard
data class SwitchboardResult<T>(val success: Boolean, val value: T? = null, val error: String? = null)

Result wrapper for Switchboard V3 API operations Provides type-safe error handling similar to iOS SBResult

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Extension function to get value or return default

Link copied to clipboard

Extension function to safely get value or throw exception