Enumerations

The following enumerations are available globally.

  • Available character sets.

    See more

    Declaration

    Objective-C

    enum CharsetEncoding : NSUInteger {}

    Swift

    enum CharsetEncoding : UInt
  • Represents protocol types that can be used during session.

    See more

    Declaration

    Objective-C

    enum OHProtocolType : NSUInteger {}

    Swift

    enum ProtocolType : UInt
  • Refresh options.

    See more

    Declaration

    Objective-C

    enum OHRefreshOption : NSUInteger {}

    Swift

    enum RefreshOption : UInt
  • Client error codes and messages.

    See more

    Declaration

    Objective-C

    enum OHResultErrorType : NSUInteger {}

    Swift

    struct ResultErrorType : OptionSet