Taro.onBackgroundAudioPause(callback)
Listens on the event of pausing music playback.
Type
(callback: (res: CallbackResult) => void) => void
Parameters
| Property | Type | Description | 
|---|---|---|
| callback | (res: CallbackResult) => void | The callback function for the event of pausing music playback. | 
API Support
| API | WeChat Mini-Program | H5 | React Native | 
|---|---|---|---|
| Taro.onBackgroundAudioPause | ✔️ |