Skip to content

//deferred-resources/com.backbase.deferredresources/DeferredFormattedPlurals/Resource

Resource

[androidJvm] class Resource(@PluralsRes()resId: Int) : ParcelableDeferredFormattedPlurals

A wrapper for a format-able PluralsRes.

Constructors

Resource [androidJvm] fun Resource(@PluralsRes()resId: Int)

Functions

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


resolve [androidJvm]
Content
open override fun resolve(context: Context, quantity: Int, vararg formatArgs: Any): String
More info
Resolve resId to a formatted string with the given context, quantity, and formatArgs.


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