Package apple.photosui.enums
Class PHLivePhotoBadgeOptions
- java.lang.Object
-
- apple.photosui.enums.PHLivePhotoBadgeOptions
-
public final class PHLivePhotoBadgeOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longLiveOff< To indicate that the Live Photo aspect is turned off and it will be treated as a still (e.g. for sharing)static longOverContent< Include treatments so this image can be shown directly over the content of the Live Photo
-
-
-
Field Detail
-
OverContent
public static final long OverContent
< Include treatments so this image can be shown directly over the content of the Live Photo- See Also:
- Constant Field Values
-
LiveOff
public static final long LiveOff
< To indicate that the Live Photo aspect is turned off and it will be treated as a still (e.g. for sharing)- See Also:
- Constant Field Values
-
-