Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SDKQuestionCharactersLength.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
interface
SDKQuestionCharactersLength
{
4
5
int
getMinLen
();
6
7
int
getMaxLen
();
8
9
MobileRTCSDKError
getError
();
10
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common errors of SDK.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.SDKQuestionCharactersLength
Definition
SDKQuestionCharactersLength.java:3
us.zoom.sdk.SDKQuestionCharactersLength.getError
MobileRTCSDKError getError()
us.zoom.sdk.SDKQuestionCharactersLength.getMinLen
int getMinLen()
us.zoom.sdk.SDKQuestionCharactersLength.getMaxLen
int getMaxLen()
sdk
SDKQuestionCharactersLength.java
Generated by
1.12.0