Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.SmsService Interface Reference

SMS service interface. More...

Public Member Functions

void addListener (SmsListener listener)
 Adds a listener.
void removeListener (SmsListener listener)
 Removes the listener.
boolean enableZoomAuthRealNameMeetingUIShown (boolean enable)
 Enables or disables showing Zoom auth real name meeting UI.
boolean setDefaultCellPhoneInfo (String countryCode, String phoneNumber)
 Sets the default cell phone information.
IZoomRetrieveSMSVerificationCodeHandler getResendSMSVerificationCodeHandler ()
 Gets the handler to resend SMS verification code.
IZoomVerifySMSVerificationCodeHandler getReVerifySMSVerificationCodeHandler ()
 Gets the handler to re-verify SMS verification code.
List< ZoomSDKCountryCodegetSupportPhoneNumberCountryList ()
 Gets the list of supported phone number countries.
String getRealNameAuthPrivacyURL ()
 Gets the real name authentication privacy URL.

Detailed Description

SMS service interface.

Definition at line 8 of file SmsService.java.

Member Function Documentation

◆ addListener()

void us.zoom.sdk.SmsService.addListener ( SmsListener listener)

Adds a listener.

Parameters
listenerThe SMS listener.

◆ enableZoomAuthRealNameMeetingUIShown()

boolean us.zoom.sdk.SmsService.enableZoomAuthRealNameMeetingUIShown ( boolean enable)

Enables or disables showing Zoom auth real name meeting UI.

Parameters
enabletrue to enable, false to disable.
Returns
true if the function succeeds. Otherwise, false.

◆ getRealNameAuthPrivacyURL()

String us.zoom.sdk.SmsService.getRealNameAuthPrivacyURL ( )

Gets the real name authentication privacy URL.

Returns
If the function succeeds, it returns the privacy URL. Otherwise, this function fails and returns null.

◆ getResendSMSVerificationCodeHandler()

IZoomRetrieveSMSVerificationCodeHandler us.zoom.sdk.SmsService.getResendSMSVerificationCodeHandler ( )

Gets the handler to resend SMS verification code.

Returns
If the function succeeds, it returns the handler. Otherwise, this function fails and returns null.

◆ getReVerifySMSVerificationCodeHandler()

IZoomVerifySMSVerificationCodeHandler us.zoom.sdk.SmsService.getReVerifySMSVerificationCodeHandler ( )

Gets the handler to re-verify SMS verification code.

Returns
If the function succeeds, it returns the handler. Otherwise, this function fails and returns null.

◆ getSupportPhoneNumberCountryList()

List< ZoomSDKCountryCode > us.zoom.sdk.SmsService.getSupportPhoneNumberCountryList ( )

Gets the list of supported phone number countries.

Returns
If the function succeeds, it returns the list of supported countries. Otherwise, this function fails and returns null.

◆ removeListener()

void us.zoom.sdk.SmsService.removeListener ( SmsListener listener)

Removes the listener.

Parameters
listenerThe SMS listener.

◆ setDefaultCellPhoneInfo()

boolean us.zoom.sdk.SmsService.setDefaultCellPhoneInfo ( String countryCode,
String phoneNumber )

Sets the default cell phone information.

Parameters
countryCodeThe country code.
phoneNumberThe phone number.
Returns
true if the function succeeds. Otherwise, false.