paragraph1\phpFCM\Notification::setBody PHP Метод

setBody() публичный Метод

android/ios: the body text is the main content of the notification
public setBody ( string $body ) : Notification
$body string
Результат Notification
    public function setBody($body)
    {
        $this->body = $body;
        return $this;
    }