# wx.onAudioInterruptionEnd(function callback)
Start from base library version 1.8.0. Please remaining backward compatible.
Listens on the event that audio interruption ends. After the onAudioInterruptionBegin event is received, all audio files in the Mini Program are paused. After the event is received, audio files can be played again.
# Parameters
# function callback
The callback function for the event that audio interruption ends.