androidPauseAudioPlayingInBackground

Typehandler
Dictionarylibrary.androidbgaudio
LibraryAndroid Background Audio
Syntax
androidPauseAudioPlayingInBackground()
Associationscom.livecode.library.androidbgaudio
Summary

Pause the currently playing background audio

OSandroid
RelatedHandler: androidStartAudioPlayingInBackground, androidResumeAudioPlayingInBackground
Description

Use the androidPauseAudioPlayingInBackground handler to pause the audio playback in the background started by the last call to androidStartAudioPlayingInBackground. It can be resumed by calling androidResumeAudioPlayingInBackground.