public interface ZoomUIDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
afterMeetingMinimized(android.app.Activity activity)
Callback that the user can handle after the meeting minimized.
|
boolean |
onClickInviteButton(android.content.Context context,
java.util.List<MeetingInviteMenuItem> inviteMenuList) |
boolean onClickInviteButton(android.content.Context context,
java.util.List<MeetingInviteMenuItem> inviteMenuList)
context - android contextinviteMenuList - empty invite list. user can add item.void afterMeetingMinimized(android.app.Activity activity)
activity - The active Activity instance before minimizing the meeting.