LaravelFCM\Message\PayloadNotificationBuilder::setClickAction PHP Method

setClickAction() public method

Indicates the action associated with a user click on the notification
public setClickAction ( String $action ) : PayloadNotificationBuilder
$action String
return PayloadNotificationBuilder current instance of the builder
    public function setClickAction($action)
    {
        $this->clickAction = $action;
        return $this;
    }