StringResourceProvider

Platform-agnostic string resource provider.

Inheritors

Functions

Link copied to clipboard
abstract fun getString(resId: Int): String
abstract fun getString(resId: Int, vararg formatArgs: Any): String
Link copied to clipboard
abstract fun getStringArray(resId: Int): List<String>