LaravelFCM\Message\PayloadNotificationBuilder::setBodyLocationKey PHP Method

setBodyLocationKey() public method

Indicates the key to the body string for localization.
public setBodyLocationKey ( String $bodyKey ) : PayloadNotificationBuilder
$bodyKey String
return PayloadNotificationBuilder current instance of the builder
    public function setBodyLocationKey($bodyKey)
    {
        $this->bodyLocationKey = $bodyKey;
        return $this;
    }