SocketCoreComponent
public protocol SocketCoreComponent : AnyObject
A class that configures and passes operations through a socket.
-
Undocumented
Declaration
Swift
init(messanger: SocketMessenger, url: String, noticeUpdateHandler: NoticeActionHandler?, socketQueue: DispatchQueue) -
Undocumented
Declaration
Swift
func connect(options: APIOption, completion: @escaping Completion<Bool>) -
Undocumented
Declaration
Swift
func disconnect() -
Undocumented
Declaration
Swift
func send(operation: SocketOperation) -
Undocumented
Declaration
Swift
func nextOperationId() -> Int
View on GitHub
SocketCoreComponent Protocol Reference