Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SmsListener.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
5import us.zoom.core.interfaces.IListener;
6
void onVerifySMSVerificationCodeResultNotification(MobileRTCSMSVerificationError result)
void onNeedRealNameAuthMeetingNotification(List< ZoomSDKCountryCode > supportCountryList, String privacyUrl, IZoomRetrieveSMSVerificationCodeHandler handler)
void onRetrieveSMSVerificationCodeResultNotification(MobileRTCSMSVerificationError result, IZoomVerifySMSVerificationCodeHandler handler)