quantityStringRes

inline fun ComponentContext.quantityStringRes(@PluralsRes id: Int, quantity: Int, arg: Any): String

Return

a string for a resource ID and quantity, substituting the format arguments with arg.


Return

a string for a resource ID and quantity, substituting the format arguments with formatArgs.


inline fun ComponentContext.quantityStringRes(@PluralsRes id: Int, quantity: Int, vararg formatArgs: Any): String

Return

a string for a resource ID and quantity.