Package it.tdlight.jni
Class TdApi.SavedCredentials
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SavedCredentials
- Enclosing class:
- TdApi
public static class TdApi.SavedCredentials extends TdApi.Object
Contains information about saved card credentials.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
id
Unique identifier of the saved credentials.String
title
Title of the saved credentials. -
Constructor Summary
Constructors Constructor Description SavedCredentials()
Contains information about saved card credentials.SavedCredentials(DataInput input)
SavedCredentials(String id, String title)
Contains information about saved card credentials. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the saved credentials. -
title
Title of the saved credentials. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SavedCredentials
public SavedCredentials()Contains information about saved card credentials. -
SavedCredentials
Contains information about saved card credentials.- Parameters:
id
- String Unique identifier of the saved credentials.title
- String Title of the saved credentials.
-
SavedCredentials
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-