stringRes

Return a string for a resource ID.


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


inline fun ComponentContext.stringRes(@StringRes id: Int, vararg formatArgs: Any): String

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