TUILiveListObserver constructor

TUILiveListObserver({
  1. OnLiveInfoChanged? onLiveInfoChanged,
})

Implementation

TUILiveListObserver({
  OnLiveInfoChanged? onLiveInfoChanged,
}) {
  if (onLiveInfoChanged != null) {
    this.onLiveInfoChanged = onLiveInfoChanged;
  }
}