Taro.offAudioInterruptionBegin(callback)
Un-listens on the event that audio interruption starts due to system occupation.
Type
(callback: (res: CallbackResult) => void) => void
Parameters
| Property | Type | Description | 
|---|---|---|
| callback | (res: CallbackResult) => void | The callback function for the event that audio interruption starts due to system occupation. | 
API Support
| API | WeChat Mini-Program | H5 | React Native | 
|---|---|---|---|
| Taro.offAudioInterruptionBegin | ✔️ |