Network

  • Determine the destinations for receiving Downstream data and sending Upstream data.

    See more

    Declaration

    Swift

    public protocol StreamDataRoutable : UpstreamDataSendable
  • A protocol for notifying events about stream data

    See more

    Declaration

    Swift

    public protocol StreamDataDelegate : AnyObject
  • State of Stream data.

    See more

    Declaration

    Swift

    public enum StreamDataState
  • An error that occurs while sending the event.

    See more

    Declaration

    Swift

    public enum EventSenderError : Error, CustomStringConvertible
  • An error that occurs while processing network request.

    See more

    Declaration

    Swift

    public enum NetworkError : Error
    extension NetworkError: LocalizedError
  • A protocol for sending Upstream data to the server.

    See more

    Declaration

    Swift

    public protocol UpstreamDataSendable : AnyObject
  • An enum that contains the data structures to be send to the server.

    See more

    Declaration

    Swift

    public enum Upstream
  • An enum that contains the data structures to be received from the server.

    See more

    Declaration

    Swift

    public enum Downstream
  • A class that represents an immutable universally unique identifier.

    A UUID represents a 128-bit value.

    See more

    Declaration

    Swift

    public struct TimeUUID