Uses of Enum
com.lokalized.LocaleMatchType
-
Uses of LocaleMatchType in com.lokalized
Subclasses with type arguments of type LocaleMatchType in com.lokalizedModifier and TypeClassDescriptionenumDescribes the relationship used to select a locale.Methods in com.lokalized that return LocaleMatchTypeModifier and TypeMethodDescriptionLocaleMatchResult.getMatchType()Gets the relationship used for the selection.static LocaleMatchTypeReturns the enum constant of this type with the specified name.static LocaleMatchType[]LocaleMatchType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.lokalized with parameters of type LocaleMatchTypeModifierConstructorDescriptionLocaleMatchResult(@NonNull List<@NonNull Locale.LanguageRange> requestedLanguageRanges, @Nullable Locale locale, @Nullable Locale.LanguageRange languageRange, @Nullable Double effectiveWeight, @NonNull LocaleMatchType matchType, @NonNull Locale fallbackLocale, @NonNull List<@NonNull Locale> consideredLocales) Constructs a locale match result.