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
Identifier uniquely determining type of the object.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
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.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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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.Returns
LanguagePackStringValue
-
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.Returns
LanguagePackStringValue
- Parameters:
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.Returns
LanguagePackStringValue
-
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.Returns
LanguagePackStringValue
- 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()
-