assetAudioPath property
Path to audio asset to be used as the alarm ringtone. Accepted formats:
- Project asset:
assets/your_audio.mp3
. - Local asset:
/path/to/your/audio.mp3
, which is yourFile.path
.
Implementation
final String assetAudioPath;
Path to audio asset to be used as the alarm ringtone. Accepted formats:
assets/your_audio.mp3
./path/to/your/audio.mp3
, which is your File.path
.final String assetAudioPath;