java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LocalizationTargetInfo
- Enclosing class:
- TdApi
Contains information about the current localization target.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of available language packs for this application. -
Constructor Summary
ConstructorDescriptionContains information about the current localization target.LocalizationTargetInfo
(TdApi.LanguagePackInfo[] languagePacks) Contains information about the current localization target.LocalizationTargetInfo
(DataInput input) Contains information about the current localization target. -
Method Summary
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:
-
-
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
Contains information about the current localization target.- 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()
-