Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IMeetingInviteMenuItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import androidx.annotation.NonNull;
4
5import us.zoom.module.api.sdk.IMeetingInviteMenuItemInternal;
6
10public interface IMeetingInviteMenuItem extends IMeetingInviteMenuItemInternal {
16 @Override
17 @NonNull
18 String getTitle();
19
25 @Override
27
33 @Override
34 @NonNull
36}
Interface for meeting invite action operations.
Interface for meeting invite menu item.
String getTitle()
Gets the menu item title.
IMeetingInviteAction getAction()
Gets the menu item action.
int getIconResId()
Gets the icon resource ID.