java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeInfo
- Enclosing class:
- TdApi
Information about the authentication code that was sent.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The way the next code will be sent to the user; may be null.A phone number that is being authenticated.int
Timeout before the code can be re-sent, in seconds.The way the code was sent to the user. -
Constructor Summary
ConstructorDescriptionInformation about the authentication code that was sent.AuthenticationCodeInfo
(DataInput input) Information about the authentication code that was sent.AuthenticationCodeInfo
(String phoneNumber, TdApi.AuthenticationCodeType type, TdApi.AuthenticationCodeType nextType, int timeout) Information about the authentication code that was sent. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
phoneNumber
A phone number that is being authenticated. -
type
The way the code was sent to the user. -
nextType
The way the next code will be sent to the user; may be null. -
timeout
public int timeoutTimeout before the code can be re-sent, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AuthenticationCodeInfo
public AuthenticationCodeInfo()Information about the authentication code that was sent. -
AuthenticationCodeInfo
public AuthenticationCodeInfo(String phoneNumber, TdApi.AuthenticationCodeType type, TdApi.AuthenticationCodeType nextType, int timeout) Information about the authentication code that was sent.- Parameters:
phoneNumber
- A phone number that is being authenticated.type
- The way the code was sent to the user.nextType
- The way the next code will be sent to the user; may be null.timeout
- Timeout before the code can be re-sent, in seconds.
-
AuthenticationCodeInfo
Information about the authentication code that was sent.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-