Package org.drinkless.tdlib
Class TdApi.FirebaseAuthenticationSettingsAndroid
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FirebaseAuthenticationSettings
org.drinkless.tdlib.TdApi.FirebaseAuthenticationSettingsAndroid
- Enclosing class:
- TdApi
public static class TdApi.FirebaseAuthenticationSettingsAndroid
extends TdApi.FirebaseAuthenticationSettings
Settings for Firebase Authentication in the official Android application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionSettings for Firebase Authentication in the official Android application. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FirebaseAuthenticationSettingsAndroid
public FirebaseAuthenticationSettingsAndroid()Settings for Firebase Authentication in the official Android application.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-