Skip to main content
Version: Next

Taro.offAudioInterruptionEnd(callback)

Un-listens on the event that audio interruption ends.

Reference

Type

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

Parameters

PropertyTypeDescription
callback(res: CallbackResult) => voidThe callback function for the event that audio interruption ends.

API Support

APIWeChat Mini-ProgramH5React Native
Taro.offAudioInterruptionEnd✔️