Enums

The following enums are available globally.

  • @abstract Enumeration of Hype states.

    @discussion This enumeration provides a list of possible states Hype can be in. The state the framework is in indicates what activities it’s performing and what events are to be expected. The state can be queried with Hype’s singleton instance property -state.

    See more

    Declaration

    Objective-C

    enum HYPState : NSUInteger {}
  • @abstract Types of transport made available by the framework.

    @discussion This bitwise enumeration lists types of transport made available by the framework. These values can be combined using bitwise operators to indicate multi transport configurations.

    See more

    Declaration

    Objective-C

    enum HYPTransportType : NSUInteger {}

    Swift

    struct HYPTransportType : OptionSet