Uses of Enum
com.lokalized.TranslationResultStatus
-
Uses of TranslationResultStatus in com.lokalized
Subclasses with type arguments of type TranslationResultStatus in com.lokalizedModifier and TypeClassDescriptionenumDescribes how aTranslationResultproduced its returned string.Methods in com.lokalized that return TranslationResultStatusModifier and TypeMethodDescriptionTranslationResult.getStatus()Gets how the returned string was produced.static TranslationResultStatusReturns the enum constant of this type with the specified name.static TranslationResultStatus[]TranslationResultStatus.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 TranslationResultStatusModifierConstructorDescriptionTranslationResult(@NonNull String key, @NonNull String translation, @NonNull Locale lookupLocale, @Nullable LocaleMatchResult localeMatchResult, @Nullable Locale resolvedLocale, @NonNull List<@NonNull Locale> attemptedLocales, @NonNull TranslationResultStatus status, @Nullable TranslationFailureReason failureReason, @Nullable Throwable cause) Constructs a translation result with locale-negotiation diagnostics.TranslationResult(@NonNull String key, @NonNull String translation, @NonNull Locale lookupLocale, @Nullable Locale resolvedLocale, @NonNull List<@NonNull Locale> attemptedLocales, @NonNull TranslationResultStatus status, @Nullable TranslationFailureReason failureReason, @Nullable Throwable cause) Constructs a translation result.