paragraph1\phpFCM\Message::setNotification PHP Method

setNotification() public method

public setNotification ( Notification $notification )
$notification Notification
    public function setNotification(Notification $notification)
    {
        $this->notification = $notification;
        return $this;
    }