VoucherMediaType
enum VoucherMediaType {}
VoucherMediaType
is an enum to denote the type of the VoucherMedia
.
-
Unknown Media Type
Declaration
Objective-C
VoucherMediaTypeUnknown = 0
Swift
case unknown = 0
-
Image Media Type (photo)
Declaration
Objective-C
VoucherMediaTypeImage
Swift
case image = 1
-
Animated Image Media Type (gif)
Declaration
Objective-C
VoucherMediaTypeAnimation
Swift
case animation = 2
-
Sound Media Type (mp3)
Declaration
Objective-C
VoucherMediaTypeSound
Swift
case sound = 3
-
Youtube Video Type
Declaration
Objective-C
VoucherMediaTypeYoutube
Swift
case youtube = 4
-
Uploaded Video Type (mp4)
Declaration
Objective-C
VoucherMediaTypeVideo
Swift
case video = 5
-
Note Media Type (text)
Declaration
Objective-C
VoucherMediaTypeNote
Swift
case note = 6
-
Wrapping Paper Media Type
Declaration
Objective-C
VoucherMediaTypeWrappingPaper
Swift
case wrappingPaper = 7