LaravelFCM\Message\PayloadNotificationBuilder::setTitleLocationArgs PHP Method

setTitleLocationArgs() public method

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