Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias UserHandler = (Result<User, SBError>) -> Void
-
Undocumented
Declaration
Swift
public typealias LiveEventHandler = (Result<LiveEvent, SBError>) -> Void
-
Undocumented
Declaration
Swift
public typealias VoidHandler = () -> Void
-
Undocumented
Declaration
Swift
public typealias ErrorHandler = (SBError?) -> Void
-
Undocumented
Declaration
Swift
public typealias MessageHandler = (Result<BaseMessage, SBError>) -> Void