sound property

String? sound
getter/setter pair

The sound to play when the device receives the notification.

Supports "default" or the filename of a sound resource bundled in the app. Sound files must reside in /res/raw/.

Implementation

core.String? sound;