JLApplicationBadge

Can manipulate Application Icon Badge Number

  • Since: 3.0.1

Overview

The number currently set as the badge of the app icon on the Home screen.

Topics

Actions

  • $badge.clear: Cleans the badge number icon.
  • $badge.set: Sets the badge number icon.

Example

$badge.set(3);
$badge.clear();