Network
-
Determine the destinations for receiving
See moreDownstreamdata and sendingUpstreamdata.Declaration
Swift
public protocol StreamDataRoutable : UpstreamDataSendable -
A protocol for notifying events about stream data
See moreDeclaration
Swift
public protocol StreamDataDelegate : AnyObject -
State of Stream data.
See moreDeclaration
Swift
public enum StreamDataState -
An error that occurs while sending the event.
See moreDeclaration
Swift
public enum EventSenderError : Error, CustomStringConvertible -
An error that occurs while processing network request.
See moreDeclaration
Swift
public enum NetworkError : Errorextension NetworkError: LocalizedError -
An enum that contains the data structures to be send to the server.
See moreDeclaration
Swift
public enum Upstream -
An enum that contains the data structures to be received from the server.
See moreDeclaration
Swift
public enum Downstream -
A class that represents an immutable universally unique identifier.
A UUID represents a 128-bit value.
See moreDeclaration
Swift
public struct TimeUUID
View on GitHub
Network Reference