OMIDInteractionType

Objective-C

enum OMIDInteractionType : NSUInteger {}

Swift

enum OMIDInteractionType : UInt, @unchecked Sendable

List of supported media event user interaction types.

  • The user clicked to load the ad’s landing page.

    Declaration

    Objective-C

    OMIDInteractionTypeClick

    Swift

    case click = 0
  • The user engaged with ad content to load a separate experience.

    Declaration

    Objective-C

    OMIDInteractionTypeAcceptInvitation

    Swift

    case acceptInvitation = 1