LaravelFCM\Message\PayloadNotificationBuilder::setBodyLocationArgs PHP Method

setBodyLocationArgs() public method

Indicates the string value to replace format specifiers in the body string for localization.
public setBodyLocationArgs ( mixed $bodyArgs ) : PayloadNotificationBuilder
$bodyArgs mixed
return PayloadNotificationBuilder current instance of the builder
    public function setBodyLocationArgs($bodyArgs)
    {
        $this->bodyLocationArgs = $bodyArgs;
        return $this;
    }