OMIDOwner
NS_ENUM(NSUInteger, OMIDOwner) {
OMIDJavaScriptOwner = 1, // will translate into "JAVASCRIPT" when published to the OMID JS service.
OMIDNativeOwner = 2, // will translate into "NATIVE" when published to the OMID JS service.
OMIDNoneOwner = 3 // will translate into "NONE" when published to the OMID JS service.
}
Properties
-
Properties
Declaration
Objective-C
OMIDJavaScriptOwner = 1Swift
case javaScriptOwner = 1 -
Properties
Declaration
Objective-C
OMIDNativeOwner = 2Swift
case nativeOwner = 2 -
Properties
Declaration
Objective-C
OMIDNoneOwner = 3Swift
case noneOwner = 3
OMIDOwner Enumeration Reference