java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.LanguagePackStringValue>
it.tdlight.jni.TdApi.GetLanguagePackString
- Enclosing class:
- TdApi
public static final class TdApi.GetLanguagePackString
extends TdApi.Function<TdApi.LanguagePackStringValue>
Returns a string stored in the local
database from the specified localization
target and language pack by its key.
Returns a 404 error if the string is
not found. Can be called synchronously.
Returns
LanguagePackStringValue
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Language pack key of the string to be returned.Path to the language pack database in which strings are stored.Language pack identifier.Localization target to which the language pack belongs. -
Constructor Summary
ConstructorDescriptionReturns a string stored in the local database from the specified localization target and language pack by its key.GetLanguagePackString
(DataInput input) Returns a string stored in the local database from the specified localization target and language pack by its key.GetLanguagePackString
(String languagePackDatabasePath, String localizationTarget, String languagePackId, String key) Returns a string stored in the local database from the specified localization target and language pack by its key. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
languagePackDatabasePath
Path to the language pack database in which strings are stored. -
localizationTarget
Localization target to which the language pack belongs. -
languagePackId
Language pack identifier. -
key
Language pack key of the string to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetLanguagePackString
public GetLanguagePackString()Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously. ReturnsLanguagePackStringValue
-
GetLanguagePackString
public GetLanguagePackString(String languagePackDatabasePath, String localizationTarget, String languagePackId, String key) Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously. ReturnsLanguagePackStringValue
- Parameters:
languagePackDatabasePath
- String Path to the language pack database in which strings are stored.localizationTarget
- String Localization target to which the language pack belongs.languagePackId
- String Language pack identifier.key
- String Language pack key of the string to be returned.
-
GetLanguagePackString
Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously. ReturnsLanguagePackStringValue
- 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()
-