Skip to content

//deferred-resources/com.backbase.deferredresources/DeferredFormattedString/Constant

Constant

[androidJvm] class Constant(format: String) : ParcelableDeferredFormattedString

A wrapper for a constant format-able format string.

Constructors

Constant [androidJvm] fun Constant(format: String)

Functions

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


resolve [androidJvm]
Content
open override fun resolve(context: Context, vararg formatArgs: Any): String
More info
Always resolves format with the supplied formatArgs and the primary locale from context.


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