Uses of Class
org.drinkless.tdlib.TdApi.FirebaseAuthenticationSettings
Packages that use TdApi.FirebaseAuthenticationSettings
-
Uses of TdApi.FirebaseAuthenticationSettings in org.drinkless.tdlib
Subclasses of TdApi.FirebaseAuthenticationSettings in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Settings for Firebase Authentication in the official Android application.static class
Settings for Firebase Authentication in the official iOS application.Fields in org.drinkless.tdlib declared as TdApi.FirebaseAuthenticationSettingsModifier and TypeFieldDescriptionTdApi.PhoneNumberAuthenticationSettings.firebaseAuthenticationSettings
For official Android and iOS applications only; pass null otherwise.Constructors in org.drinkless.tdlib with parameters of type TdApi.FirebaseAuthenticationSettingsModifierConstructorDescriptionPhoneNumberAuthenticationSettings
(boolean allowFlashCall, boolean allowMissedCall, boolean isCurrentPhoneNumber, boolean hasUnknownPhoneNumber, boolean allowSmsRetrieverApi, TdApi.FirebaseAuthenticationSettings firebaseAuthenticationSettings, String[] authenticationTokens) Contains settings for the authentication of the user's phone number.