OMIDErrorType
NS_ENUM(NSUInteger, OMIDErrorType) {
OMIDErrorGeneric = 1, // will translate into "GENERIC" when published to the OMID JS service.
OMIDErrorVideo = 2 // will translate into "VIDEO" when published to the OMID JS service.
}
Properties
-
Properties
Declaration
Objective-C
OMIDErrorGeneric = 1
Swift
case generic = 1
-
Properties
Declaration
Objective-C
OMIDErrorVideo = 2
Swift
case video = 2