OMIDInteractionType
NS_ENUM(NSUInteger, OMIDInteractionType) {
OMIDInteractionTypeClick,
OMIDInteractionTypeAcceptInvitation
}
Properties
-
Properties
Declaration
Objective-C
OMIDInteractionTypeClick
Swift
case click = 0
-
Properties
Declaration
Objective-C
OMIDInteractionTypeAcceptInvitation
Swift
case acceptInvitation = 1