- API ›
- Constructors ›
- NotificationSoundLocal
NotificationSoundLocal
---types--- notificationSoundLocal#830b9ae4 title:string data:string = NotificationSound
Belongs to
| NotificationSound |
In Rust this constructor is a variant of the enums::NotificationSound enum.
Match on it with: if let enums::NotificationSound::NotificationSoundLocal(v) = result { ... }