FlowStringResolver

A StringResolver which provides a Flow. This Flow will emit updates to the string using the context.

Inheritors

Functions

Link copied to clipboard
abstract fun getFlow(context: Context): Flow<String>

Get a Flow which will emit Strings using the given Context. The resulting values may differ per Context. E.g. due to differing locales.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun get(context: Context): String

Resolves a String based on the given Context. The resulting value may differ per Context. E.g. due to differing locales.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)