VoucherMediaType
enum VoucherMediaType {}
VoucherMediaType is an enum to denote the type of the VoucherMedia.
-
Unknown Media Type
Declaration
Objective-C
VoucherMediaTypeUnknown = 0Swift
case unknown = 0 -
Image Media Type (photo)
Declaration
Objective-C
VoucherMediaTypeImageSwift
case image = 1 -
Animated Image Media Type (gif)
Declaration
Objective-C
VoucherMediaTypeAnimationSwift
case animation = 2 -
Sound Media Type (mp3)
Declaration
Objective-C
VoucherMediaTypeSoundSwift
case sound = 3 -
Youtube Video Type
Declaration
Objective-C
VoucherMediaTypeYoutubeSwift
case youtube = 4 -
Uploaded Video Type (mp4)
Declaration
Objective-C
VoucherMediaTypeVideoSwift
case video = 5 -
Note Media Type (text)
Declaration
Objective-C
VoucherMediaTypeNoteSwift
case note = 6 -
Wrapping Paper Media Type
Declaration
Objective-C
VoucherMediaTypeWrappingPaperSwift
case wrappingPaper = 7
View on GitHub
VoucherMediaType Enumeration Reference