Enum expo_server_sdk::Sound[][src]

pub enum Sound {
    Default,
}

A sound to play when the recipient receives this notification. Specify "default" to play the device's default notification sound, or omit this field to play no sound.

Variants

Trait Implementations

impl Debug for Sound
[src]

Formats the value using the given formatter. Read more

impl Clone for Sound
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Sound
[src]

Returns the "default value" for a type. Read more

impl FromStr for Sound
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Sound

impl Sync for Sound