paragraph1\phpFCM\Notification::setTag PHP Method

setTag() public method

android only: when set notification will replace prior notifications from the same app with the same tag.
public setTag ( string $tag ) : Notification
$tag string
return Notification
    public function setTag($tag)
    {
        $this->tag = $tag;
        return $this;
    }