Enumerations
The following enumerations are available globally.
-
Available character sets.
See moreDeclaration
Objective-C
enum CharsetEncoding : NSUInteger {}
Swift
enum CharsetEncoding : UInt
-
Represents protocol types that can be used during session.
See moreDeclaration
Objective-C
enum OHProtocolType : NSUInteger {}
Swift
enum ProtocolType : UInt
-
Refresh options.
See moreDeclaration
Objective-C
enum OHRefreshOption : NSUInteger {}
Swift
enum RefreshOption : UInt
-
Client error codes and messages.
See moreDeclaration
Objective-C
enum OHResultErrorType : NSUInteger {}
Swift
struct ResultErrorType : OptionSet