Skip to content

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

withQuantityAndFormatArgs

[androidJvm]
Content
fun DeferredFormattedPlurals.withQuantityAndFormatArgs(quantity: Int, vararg formatArgs: Any = arrayOf(quantity)): QuantifiedFormattedDeferredText
~~fun~~ ~~<~~T~~>~~ DeferredFormattedPlurals~~.~~~~withQuantityAndFormatArgs~~~~(~~~~quantity~~~~:~~ Int~~,~~ ~~vararg~~ ~~formatArgs~~~~:~~ Any ~~= arrayOf(quantity)~~~~)~~~~:~~ DeferredText
More info

Convert a DeferredFormattedPlurals to a normal DeferredText by providing a quantity and formatArgs to be used when resolved.