VOVoucherMediaType
enum VOVoucherMediaType {}
VOVoucherMediaType
is an enum to denote the type of the VOVoucherMedia
.
-
Unknown Media Type
Declaration
Objective-C
VOVoucherMediaTypeUnknown = 0
Swift
case unknown = 0
-
Image Media Type (photo)
Declaration
Objective-C
VOVoucherMediaTypeImage
Swift
case image = 1
-
Animated Image Media Type (gif)
Declaration
Objective-C
VOVoucherMediaTypeAnimation
Swift
case animation = 2
-
Sound Media Type (mp3)
Declaration
Objective-C
VOVoucherMediaTypeSound
Swift
case sound = 3
-
Youtube Video Type
Declaration
Objective-C
VOVoucherMediaTypeYoutube
Swift
case youtube = 4
-
Uploaded Video Type (mp4)
Declaration
Objective-C
VOVoucherMediaTypeVideo
Swift
case video = 5
-
Note Media Type (text)
Declaration
Objective-C
VOVoucherMediaTypeNote
Swift
case note = 6
-
Wrapping Paper Media Type
Declaration
Objective-C
VOVoucherMediaTypeWrappingPaper
Swift
case wrappingPaper = 7