PluralResourceStringResolver
fun PluralResourceStringResolver(@PluralsRes pluralRes: Int, quantity: Int, vararg formatArguments: Any)
Parameters
pluralRes
An Android resource ID.
quantity
The number used to get the correct string for the language from the context used to resolving the string.
formatArguments
Optional format arguments. Each argument can be of any type supported by Parcel.writeValue.