PHImageKeys 类

定义

指示图像加载结果的常量。 与 一起使用 RequestImageForAsset(PHAsset, CGSize, PHImageContentMode, PHImageRequestOptions, PHImageResultHandler)定义传递给 的 PHImageResultHandler 键和值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class PHImageKeys
type PHImageKeys = class
继承
PHImageKeys
属性

属性

Cancelled

表示与常量 PHImageCancelledKey 关联的值

Error

表示与常量 PHImageErrorKey 关联的值

ResultIsDegraded

表示与常量 PHImageResultIsDegradedKey 关联的值

ResultIsInCloud

表示与常量 PHImageResultIsInCloudKey 关联的值

ResultRequestID

表示与常量 PHImageResultRequestIDKey 关联的值

适用于