-
- All Implemented Interfaces:
-
android.os.Parcelable,com.backbase.deferredresources.DeferredFormattedPlurals,com.backbase.deferredresources.text.ParcelableDeferredFormattedPlurals
public final class DeferredFormattedPlurals.Constant implements ParcelableDeferredFormattedPlurals
A wrapper for constant format-able pluralized text.
-
-
Constructor Summary
Constructors Constructor Description DeferredFormattedPlurals.Constant(String other, String zero, String one, String two, String few, String many, PluralRules.PluralType type)Constructor for API 24+. DeferredFormattedPlurals.Constant(String other, String zero, String one, String two, String few, String many)Constructor for API < 24.
-