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