Skip to main content
Version: Next

Taro.offAudioInterruptionBegin(callback)

Un-listens on the event that audio interruption starts due to system occupation.

Reference

Type

(callback: (res: CallbackResult) => void) => void

Parameters

PropertyTypeDescription
callback(res: CallbackResult) => voidThe callback function for the event that audio interruption starts due to system occupation.

API Support

APIWeChat Mini-ProgramH5React Native
Taro.offAudioInterruptionBegin✔️