mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
created enum to hold outputType values inside SOSPicker
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
|
||||
#define CDV_PHOTO_PREFIX @"cdv_photo_"
|
||||
|
||||
typedef enum : NSUInteger {
|
||||
FILE_URI = 0,
|
||||
BASE64_STRING = 1
|
||||
} SOSPickerOutputType;
|
||||
|
||||
@implementation SOSPicker
|
||||
|
||||
@synthesize callbackId;
|
||||
|
||||
Reference in New Issue
Block a user