paragraph1\phpFCM\Notification::setBadge PHP Method

setBadge() public method

iOS only: will add smal red bubbles indicating the number of notifications to your apps icon
public setBadge ( integer $badge ) : Notification
$badge integer
return Notification
    public function setBadge($badge)
    {
        $this->badge = $badge;
        return $this;
    }