Help Center/ Meeting/ Client SDK Reference/ iOS SDK/ Notification Reference/ UI-related Notification/ Notifications Indicating that the Floating Window Appeared
Updated on 2024-07-30 GMT+08:00

Notifications Indicating that the Floating Window Appeared

Notification Description

A notification is sent when the floating window appeared.

Method Definition

1
- (void)onReceiveConfLonFloatingWindowDidAppear;

Sample Code

1
2
- (void)onReceiveConfLonFloatingWindowDidAppear {
}

Precautions

  1. Set the confUIHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

None