-
- All Implemented Interfaces:
-
android.os.Parcelable,com.backbase.deferredresources.DeferredFormattedString,com.backbase.deferredresources.text.ParcelableDeferredFormattedString
public final class QuantifiedDeferredFormattedString implements ParcelableDeferredFormattedString
A DeferredFormattedString implementation that wraps a DeferredFormattedPlurals along with its quantity. Designed for use cases where the quantity is determined at the declaring site while the format args are determined at the resolving site.
If the quantity is to be determined at the resolving site, stick with DeferredFormattedPlurals. If the format args are to be determined at the declaring site, see QuantifiedFormattedDeferredText.
This class implements android.os.Parcelable. It will throw at runtime if wrapped cannot be marshalled.
-
-
Constructor Summary
Constructors Constructor Description QuantifiedDeferredFormattedString(DeferredFormattedPlurals wrapped, Integer quantity)
-
Method Summary
-
-
Constructor Detail
-
QuantifiedDeferredFormattedString
QuantifiedDeferredFormattedString(DeferredFormattedPlurals wrapped, Integer quantity)
-
-
-
-