Class PHLivePhotoBadgeOptions


  • public final class PHLivePhotoBadgeOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long LiveOff
      < To indicate that the Live Photo aspect is turned off and it will be treated as a still (e.g. for sharing)
      static long OverContent
      < Include treatments so this image can be shown directly over the content of the Live Photo
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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