PHAssetBurstSelectionType Enum

Definition

Indicates whether the Photos app or the user selected an asset as a favorite.

This enumeration supports a bitwise combination of its member values.

[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 = 
Inheritance
PHAssetBurstSelectionType
Attributes

Fields

AutoPick 1

The Photos app picked the asset as a favorite.

None 0

The asset was not picked as a favorite.

UserPick 2

The user picked the asset as a favorite.

Applies to