Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SmsService.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
Handler interface for retrieving SMS verification code.
Handler interface for verifying SMS verification code.
Listener interface for SMS verification events.
SMS service interface.
void removeListener(SmsListener listener)
Removes the listener.
boolean setDefaultCellPhoneInfo(String countryCode, String phoneNumber)
Sets the default cell phone information.
void addListener(SmsListener listener)
Adds a listener.
boolean enableZoomAuthRealNameMeetingUIShown(boolean enable)
Enables or disables showing Zoom auth real name meeting UI.
IZoomRetrieveSMSVerificationCodeHandler getResendSMSVerificationCodeHandler()
Gets the handler to resend SMS verification code.
List< ZoomSDKCountryCode > getSupportPhoneNumberCountryList()
Gets the list of supported phone number countries.
IZoomVerifySMSVerificationCodeHandler getReVerifySMSVerificationCodeHandler()
Gets the handler to re-verify SMS verification code.
String getRealNameAuthPrivacyURL()
Gets the real name authentication privacy URL.