Skip to content

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

ParcelableDeferredFormattedString

[androidJvm] interface ParcelableDeferredFormattedString : DeferredFormattedString, Parcelable

A Parcelable wrapper for resolving a formatted string on demand.

Functions

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


resolve [androidJvm]
Content
abstract fun resolve(context: Context, vararg formatArgs: Any): String
More info
Resolve the string with the supplied formatArgs.


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


Inheritors

Name
DeferredFormattedString
DeferredFormattedString
QuantifiedDeferredFormattedString