PHLivePhotoBadgeOptions Enum

Definition

Flagging enumeration that controls appearance of the playback badge on PHLivePhotoView objects.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PHLivePhotoBadgeOptions
type PHLivePhotoBadgeOptions = 
Inheritance
PHLivePhotoBadgeOptions
Attributes

Fields

LiveOff 2

Indicates a badge for assets for which Live Photo content is disabled.

None 0

Indicates no badge.

OverContent 1

Indicates a badge that will be placed over animated content.

Applies to