Enum winrt_notification::Sound
[−]
[src]
pub enum Sound {
Default,
IM,
Mail,
Reminder,
SMS,
Single(LoopableSound),
Loop(LoopableSound),
}Variants
DefaultIMMailReminderSMSSingle(LoopableSound)Play the loopable sound only once
Loop(LoopableSound)Loop the loopable sound for the entire duration of the toast