Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object Switchboard
Switchboard V3 API
Link copied to clipboard
interface SwitchboardEventCallback
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
interface SwitchboardSDKExtension