Enumerations

The following enumerations are available globally.

Command

  • Defines when an ackowledgement for a given command is sent

    See more

    Declaration

    Swift

    public enum RSAcknowledgeOn : UInt8

Helpers

  • Declaration

    Swift

    public enum WebRTCError : LocalizedError
  • Declaration

    Swift

    public enum RemoteSupportError : LocalizedError
  • Tags for basic data types understood by the Reach SDK across platforms

    • text: text/plain; charset=utf-8
    • bytes: application/octet-stream
    • json: application/json
    • int: application/vnd.cygnus+int32
    • long: application/vnd.cygnus+int64
    • float: application/vnd.cygnus+float32
    • double: application/vnd.cygnus+float64
    • boolean: application/vnd.cygnus+bool
    • empty: “
    See more

    Declaration

    Swift

    public enum WellKnownTags : String, MessageTag
  • Declaration

    Swift

    public enum WebRtcClientRole : String, Encodable