Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    enum SCClickType {
        NotClickable,
        ClickableOnFullArea,
        ClickableOnAssociatedButtonOrLink,
        ClickableWithConfirmationDialog
    }
  • Undocumented

    See more

    Declaration

    Objective-C

    enum SCOnEndBehavior {
        Nothing,
        Collapse,
        Repeat
    }
  • 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 {}
  • EventType: type of events that are fired during the progress of an ad slot.

    See more

    Declaration

    Objective-C

    enum EventType {}
  • The different levels of logging.

    See more

    Declaration

    Objective-C

    enum LogLevel {}
  • enum values for ConnectionType macro

    See more

    Declaration

    Objective-C

    enum SCConnectionType {}
  • enum values for BreakPosition macro

    See more

    Declaration

    Objective-C

    enum SCBreakPosition {}
  • enum values for PlacementType macro

    See more

    Declaration

    Objective-C

    enum SCPlacementType {}
  • Definition of Player events

    See more

    Declaration

    Objective-C

    enum SCAdPlayerEventType {}
  • Overall state of the session

    See more

    Declaration

    Objective-C

    enum SCAdSessionState {}
  • Undocumented

    See more

    Declaration

    Objective-C

    enum MediaErrorCode {
        MEDIA_ERR_ABORTED = 1,
        MEDIA_ERR_NETWORK,
        MEDIA_ERR_DECODE,
        MEDIA_ERR_SRC_NOT_SUPPORTED
    }