使用范围:Native
Contents
class cordova-plugin-camera.DestinationType (cordova-plugin-camera.DestinationType)
资源返回格式
Constructor Top
DestinationType () |
Static Properties & Enumerations Top
Number |
DATA_URL
资源返回格式 = 0 图片的base64格式 | ||
Number |
FILE_URI
资源返回格式 = 1 图片资源的URI,如content://media/external/images/media/2 for Android | ||
Number |
NATIVE_URI
资源返回格式 = 0 图片本地的URI 如library://... for iOS |
Constructor details
Top
public
DestinationType
()
资源返回格式
public
DestinationType
()
资源返回格式
Static Properties & Enumerations Detail Top
static
public
Number
DATA_URL
资源返回格式 = 0 图片的base64格式
static
public
Number
FILE_URI
资源返回格式 = 1 图片资源的URI,如content://media/external/images/media/2 for Android
static
public
Number
NATIVE_URI
资源返回格式 = 0 图片本地的URI 如library://... for iOS