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 = 1
Swift
case javaScriptOwner = 1
-
Properties
Declaration
Objective-C
OMIDNativeOwner = 2
Swift
case nativeOwner = 2
-
Properties
Declaration
Objective-C
OMIDNoneOwner = 3
Swift
case noneOwner = 3