setOnBGMResumed method
背景音乐恢复播放
监听setBGMDelegate回调
Implementation
void setOnBGMResumed(OnLivePusherCallback onBGMResumed) {
this.onBGMResumed = onBGMResumed;
}
背景音乐恢复播放
监听setBGMDelegate回调
void setOnBGMResumed(OnLivePusherCallback onBGMResumed) {
this.onBGMResumed = onBGMResumed;
}