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
6
public
interface
SDKQuestionCharactersLength
{
7
13
int
getMinLen
();
14
20
int
getMaxLen
();
21
27
MobileRTCSDKError
getError
();
28
}
us.zoom.sdk.MobileRTCSDKError
Enumeration of common SDK errors.
Definition
MobileRTCSDKError.java:6
us.zoom.sdk.SDKQuestionCharactersLength
Interface for question characters length information.
Definition
SDKQuestionCharactersLength.java:6
us.zoom.sdk.SDKQuestionCharactersLength.getError
MobileRTCSDKError getError()
Gets the error code.
us.zoom.sdk.SDKQuestionCharactersLength.getMinLen
int getMinLen()
Gets the minimum length.
us.zoom.sdk.SDKQuestionCharactersLength.getMaxLen
int getMaxLen()
Gets the maximum length.
msdk
sdk
SDKQuestionCharactersLength.java
Generated by
1.16.1