SMS service interface.
More...
SMS service interface.
Definition at line 8 of file SmsService.java.
◆ addListener()
| void us.zoom.sdk.SmsService.addListener |
( |
SmsListener | listener | ) |
|
Adds a listener.
- Parameters
-
| listener | The SMS listener. |
◆ enableZoomAuthRealNameMeetingUIShown()
| boolean us.zoom.sdk.SmsService.enableZoomAuthRealNameMeetingUIShown |
( |
boolean | enable | ) |
|
Enables or disables showing Zoom auth real name meeting UI.
- Parameters
-
| enable | true 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()
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()
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()
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
-
| listener | The SMS listener. |
◆ setDefaultCellPhoneInfo()
| boolean us.zoom.sdk.SmsService.setDefaultCellPhoneInfo |
( |
String | countryCode, |
|
|
String | phoneNumber ) |
Sets the default cell phone information.
- Parameters
-
| countryCode | The country code. |
| phoneNumber | The phone number. |
- Returns
- true if the function succeeds. Otherwise, false.