| Platform | Since |
|---|---|
| Android | 1.7.0 |
Android-specific media-related functionality.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| scanMediaFiles |
Use the Android MediaScannerConnection to request immediate scan of particular files so that they become available to the appropriate media providers (Gallery, etc.). |
| setSystemWallpaper |
Set the system homescreen wallpaper |