Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    enum BehaviorMatrixType {
        behaviorMatrixTypeDefault,
        behaviorMatrixTypeInPage
    }
  • enum DeviceType specifies the device type on which this is running (must be set from outside)

    See more

    Declaration

    Objective-C

    enum DeviceType {}
  • enum NetworkReachability specifies the type of internet connection (must be set from outside)

    See more

    Declaration

    Objective-C

    enum NetworkReachability {}
  • Advariant, depending on the current schedule and VAST manifest

    See more

    Declaration

    Objective-C

    enum Variant {}
  • Type of event that is reported

    See more

    Declaration

    Objective-C

    enum EventType {}
  • The different levels of logging.

    See more

    Declaration

    Objective-C

    enum LogLevel {}