Class UIStatusBarStyle


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

      Fields 
      Modifier and Type Field Description
      static long BlackOpaque  
      static long BlackTranslucent  
      static long DarkContent
      Dark content, for use on light backgrounds
      static long Default
      Automatically chooses light or dark content based on the user interface style
      static long LightContent
      Light content, for use on dark backgrounds
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Default

        public static final long Default
        Automatically chooses light or dark content based on the user interface style
        See Also:
        Constant Field Values
      • LightContent

        public static final long LightContent
        Light content, for use on dark backgrounds
        See Also:
        Constant Field Values
      • DarkContent

        public static final long DarkContent
        Dark content, for use on light backgrounds
        See Also:
        Constant Field Values