paragraph1\phpFCM\Notification::setIcon PHP Method

setIcon() public method

android only: set the name of your drawable resource as string
public setIcon ( string $icon ) : Notification
$icon string the drawable name without .xml
return Notification
    public function setIcon($icon)
    {
        $this->icon = $icon;
        return $this;
    }