Package it.tdlight.jni
Class TdApi.LocalizationTargetInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LocalizationTargetInfo
- Enclosing class:
- TdApi
public static class TdApi.LocalizationTargetInfo extends TdApi.Object
Contains information about the current localization target.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.LanguagePackInfo[]
languagePacks
List of available language packs for this application. -
Constructor Summary
Constructors Constructor Description LocalizationTargetInfo()
Contains information about the current localization target.LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks)
Contains information about the current localization target.LocalizationTargetInfo(DataInput input)
-
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
-
languagePacks
List of available language packs for this application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
LocalizationTargetInfo
public LocalizationTargetInfo()Contains information about the current localization target. -
LocalizationTargetInfo
Contains information about the current localization target.- Parameters:
languagePacks
- LanguagePackInfo[] List of available language packs for this application.
-
LocalizationTargetInfo
- 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()
-