Skip to content

//deferred-resources/com.backbase.deferredresources.text/ParcelableDeferredFormattedPlurals

ParcelableDeferredFormattedPlurals

[androidJvm] interface ParcelableDeferredFormattedPlurals : DeferredFormattedPlurals, Parcelable

A Parcelable wrapper for resolving format-able pluralized text on demand.

Functions

Name Summary
describeContents [androidJvm]
Content
abstract fun describeContents(): Int


resolve [androidJvm]
Content
abstract fun resolve(context: Context, quantity: Int, vararg formatArgs: Any = arrayOf(quantity)): String
More info
Resolve the string for the given quantity with the given formatArgs.


writeToParcel [androidJvm]
Content
abstract fun writeToParcel(p0: Parcel, p1: Int)


Inheritors

Name
DeferredFormattedPlurals
DeferredFormattedPlurals