Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKEnableQueryActionHandler.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
interface
ZoomSDKEnableQueryActionHandler
{
7
String
getTipTitle
();
8
12
String
getTipString
();
13
19
MobileRTCSDKError
confirm
();
20
26
MobileRTCSDKError
cancel
();
27
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common errors of SDK.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.ZoomSDKEnableQueryActionHandler
Definition
ZoomSDKEnableQueryActionHandler.java:3
us.zoom.sdk.ZoomSDKEnableQueryActionHandler.getTipString
String getTipString()
Get the tip string.
us.zoom.sdk.ZoomSDKEnableQueryActionHandler.confirm
MobileRTCSDKError confirm()
Confirm enable query. The object will be deleted after this interface call.
us.zoom.sdk.ZoomSDKEnableQueryActionHandler.cancel
MobileRTCSDKError cancel()
Cancel enable query. The object will be deleted after this interface call.
us.zoom.sdk.ZoomSDKEnableQueryActionHandler.getTipTitle
String getTipTitle()
Get the title of the tip.
sdk
ZoomSDKEnableQueryActionHandler.java
Generated by
1.12.0