PHLivePhotoBadgeOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Indicates no badge. |
OverContent | 1 | Indicates a badge that will be placed over animated content. |
LiveOff | 2 | Indicates a badge for assets for which Live Photo content is disabled. |