Package org.mozilla.geckoview
Class TranslationsController.RuntimeTranslation.TranslationSupport
Object
org.mozilla.geckoview.TranslationsController.RuntimeTranslation.TranslationSupport
- Enclosing class:
- TranslationsController.RuntimeTranslation
Language translation options.
-
Field Summary
Modifier and TypeFieldDescriptionLanguages we can translate from.Languages we can translate to. -
Constructor Summary
ConstructorDescriptionTranslationSupport
(List<TranslationsController.Language> fromLanguages, List<TranslationsController.Language> toLanguages) Construction for translation support, will usually be constructed from deserialize toolkit information. -
Method Summary
-
Field Details
-
fromLanguages
Languages we can translate from. -
toLanguages
Languages we can translate to.
-
-
Constructor Details
-
TranslationSupport
public TranslationSupport(@Nullable List<TranslationsController.Language> fromLanguages, @Nullable List<TranslationsController.Language> toLanguages) Construction for translation support, will usually be constructed from deserialize toolkit information.- Parameters:
fromLanguages
- list of from languages to list as translation optionstoLanguages
- list of to languages to list as translation options
-
-
Method Details