Class Badge

    • Method Detail

      • badge

        public static Badge badge​(int count)
      • badge

        public static Badge badge​(int count,
                                  int limit)
      • that

        public Badge that()
      • count

        public int count()
      • count

        public Badge count​(int count)
        Sets the count of this badge.
      • limit

        public Badge limit​(int limit)
        Sets the limit of this badge
      • screenReader

        public Badge screenReader​(String text)
      • read

        public Badge read()
        Marks the badge as read.
      • unread

        public Badge unread()
        Marks the badge as unread.