Contains information about a saved notification sound
메서드 스키마는 레이어 140부터 사용할 수 있습니다. 전환 »
| Constructor | Description |
|---|---|
| account.savedRingtone | The notification sound was already in MP3 format and was saved without any modification |
| account.savedRingtoneConverted | 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 |
| Method | Description |
|---|---|
| account.saveRingtone | 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). |