一个对象,可向 GCKUIImagePicker 提供与要选择在界面中显示的图片的类型和大小有关的提示。
- 开始时间
- 3.0
继承 NSObject、<NSCopy> 和 <NSSecureCoding>。
便捷初始化程序。
将自定义数据设置为 nil
。
- Parameters
-
imageType | The image type. |
imageSize | The image size. |
- (instancetype) initWithImageType: |
|
(GCKMediaMetadataImageType) |
imageType |
imageSize: |
|
(CGSize) |
imageSize |
customData: |
|
(nullable NSObject< NSSecureCoding > *) |
customData |
|
|
| |
指定的初始化程序。
- Parameters
-
imageType | The image type. |
imageSize | The image size. |
customData | The arbitrary custom data that can be used by a custom GCKUIImagePicker to select an image. |
- (NSObject<NSSecureCoding>*) customData |
|
readnonatomiccopy |
可选的自定义数据,可用于识别图片。
它必须符合键值对编码规范。