Class SysTray


  • @Lifecycle(CONTEXT)
    public class SysTray
    extends java.lang.Object
    Zeigt das Systray an.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_SYSTRAY_DATA  
    • Constructor Summary

      Constructors 
      Constructor Description
      SysTray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setNewActivity​(boolean b)
      Legt fest, ob das Symbol neue Aktivität anzeigen soll.
      void start()
      Startet das Systray.
      void stop()
      Beendet das Systray.
      • Methods inherited from class java.lang.Object

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

      • KEY_SYSTRAY_DATA

        public static final java.lang.String KEY_SYSTRAY_DATA
        See Also:
        Constant Field Values
    • Constructor Detail

      • SysTray

        public SysTray()
    • Method Detail

      • start

        public void start()
        Startet das Systray.
      • setNewActivity

        public void setNewActivity​(boolean b)
        Legt fest, ob das Symbol neue Aktivität anzeigen soll.
        Parameters:
        b - true, wenn neue Aktivität angezeigt werden soll.
      • stop

        public void stop()
        Beendet das Systray.