TUILiveLayoutObserver constructor
TUILiveLayoutObserver({
- OnLiveVideoLayoutChanged? onLiveVideoLayoutChanged,
- OnSeatLayoutChanged? onSeatLayoutChanged,
Implementation
TUILiveLayoutObserver({
OnLiveVideoLayoutChanged? onLiveVideoLayoutChanged,
OnSeatLayoutChanged? onSeatLayoutChanged,
}) {
if (onLiveVideoLayoutChanged != null) {
this.onLiveVideoLayoutChanged = onLiveVideoLayoutChanged;
}
if (onSeatLayoutChanged != null) {
this.onSeatLayoutChanged = onSeatLayoutChanged;
}
}