Version: Smart Feature Phone 3.0
AudioVolumeManager service
#
Instanciating the serviceLoad the following scripts:
You can then get an instance of the service with code similar to:
Then the developer can use _audiovolumeManager as AudioVolumeManager service instance.
This service implements the AudioVolume interface.
#
AudioVolumeState enumeration#
AudioVolume Interface#
Methods  requestVolumeDown requestVolumeShow requestVolumeUp
requestVolumeDown()
Resolves with void
Rejects with void
requestVolumeShow()
Resolves with void
Rejects with void
requestVolumeUp()
Resolves with void
Rejects with void
#
EventsThe AUDIO_VOLUME_CHANGED event emits a AudioVolumeState
To manage this event, use code similar to: