Save or remove saved notification sound.
If the notification sound is already in MP3 format, account.savedRingtone will be returned.
Otherwise, it will be automatically converted and a account.savedRingtoneConverted will be returned, containing a new document object that should be used to refer to the ringtone from now on (ie when deleting it using the unsave
parameter, or when downloading it).
account.savedRingtone#b7263f6d = account.SavedRingtone;
account.savedRingtoneConverted#1f307eb7 document:Document = account.SavedRingtone;
---functions---
account.saveRingtone#3dea5b03 id:InputDocument unsave:Bool = account.SavedRingtone;
Name | Type | Description |
---|---|---|
id | InputDocument | Notification sound uploaded using account.uploadRingtone |
unsave | Bool | Whether to add or delete the notification sound |
Code | Type | Description |
---|---|---|
400 | RINGTONE_INVALID | The specified ringtone is invalid. |
Upload notification sound, use account.saveRingtone to convert it and add it to the list of saved notification sounds.
The notification sound was already in MP3 format and was saved without any modification
The notification sound was not in MP3 format and was successfully converted and saved, use the returned Document to refer to the notification sound from now on
Document