ResourceStringResolver

A StableStringResolver that resolves a String from resources. formatArguments that are StableStringResolvers will be automatically resolved as well.

Constructors

Link copied to clipboard
constructor(@StringRes resourceId: Int, vararg formatArguments: Any)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun get(context: Context): String

Resolves to a String based on the given context. The resulting value must be equal for a given context, but may differ given a different context. E.g. due to differing locales.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)