Package-level declarations
Types
Link copied to clipboard
class UniversalVolume
UniversalVolume is a singleton class that manages media volume. It supports popular and also exotic Android devices that may use non-standard volume APIs. UniversalVolume manages media volume AudioManager.STREAM_MUSIC only. Make sure to call initialize function before using any other function. Use UniversalVolume.instance to access the singleton instance and call any methods on it.
Link copied to clipboard
interface VolumeChangeListener
This interface defines a listener for volume changes.