PHAssetBurstSelectionType Enumerazione

Definizione

Indica se l'app Foto o l'utente ha selezionato un asset come preferito.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

[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 = 
Ereditarietà
PHAssetBurstSelectionType
Attributi

Campi

AutoPick 1

L'app Foto ha scelto l'asset come preferito.

None 0

L'asset non è stato selezionato come preferito.

UserPick 2

L'utente ha scelto l'asset come preferito.

Si applica a