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
OMIDInteractionTypeClickSwift
case click = 0 -
The user engaged with ad content to load a separate experience.
Declaration
Objective-C
OMIDInteractionTypeAcceptInvitationSwift
case acceptInvitation = 1