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

Notifications Indicating that the Floating Window Disappeared

Notification Description

A notification is sent when the floating window disappeared.

Method Definition

1
- (void)onReceiveConfLonFloatingWindowDidDisappear;

Sample Code

1
2
- (void)onReceiveConfLonFloatingWindowDidDisappear;
}

Precautions

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

Parameter Description

None