LaravelFCM\Message\PayloadNotificationBuilder::setSound PHP Метод

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

Supports default or the filename of a sound resource bundled in the app.
public setSound ( String $sound ) : PayloadNotificationBuilder
$sound String
Результат PayloadNotificationBuilder current instance of the builder
    public function setSound($sound)
    {
        $this->sound = $sound;
        return $this;
    }