-
Notifications
You must be signed in to change notification settings - Fork 3k
CustomIntentKey 自定义字段
Luck edited this page Jan 15, 2022
·
1 revision
/**
* 自定义数据
*/
public static final String EXTRA_CUSTOM_EXTRA_DATA = "customExtraData";
/**
* 输出的路径
*/
public static final String EXTRA_OUT_PUT_PATH = "outPutPath";
/**
* 图片宽度
*/
public static final String EXTRA_IMAGE_WIDTH = "imageWidth";
/**
* 图片高度
*/
public static final String EXTRA_IMAGE_HEIGHT = "imageHeight";
/**
* 图片X轴偏移量
*/
public static final String EXTRA_OFFSET_X = "offsetX";
/**
* 图片Y轴偏移量
*/
public static final String EXTRA_OFFSET_Y = "offsetY";
/**
* 图片旋转比例
*/
public static final String EXTRA_ASPECT_RATIO = "aspectRatio";