LaravelFCM\Message\PayloadNotificationBuilder::setTitleLocationKey PHP Method

setTitleLocationKey() public method

Indicates the key to the title string for localization.
public setTitleLocationKey ( String $titleKey ) : PayloadNotificationBuilder
$titleKey String
return PayloadNotificationBuilder current instance of the builder
    public function setTitleLocationKey($titleKey)
    {
        $this->titleLocationKey = $titleKey;
        return $this;
    }