次の方法で共有


PHAssetBurstSelectionType 列挙型

定義

フォト アプリまたはユーザーがアセットをお気に入りとして選択したかどうかを示します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[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, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[System.Flags]
public enum PHAssetBurstSelectionType
type PHAssetBurstSelectionType = 
継承
PHAssetBurstSelectionType
属性

フィールド

AutoPick 1

写真アプリは、お気に入りとして資産を選択しました。

None 0

資産はお気に入りとして選択されませんでした。

UserPick 2

ユーザーが資産をお気に入りとして選択しました。

適用対象