MessagesProviderViaText

Load a text string.

Text must be formatted as described in MessagesProviderViaLoadingText

Constructors

Link copied to clipboard
constructor(expectedLocale: Locale? = null, text: String)

Properties

Link copied to clipboard
open override val locale: Locale

which locale does the provider use

Link copied to clipboard
open override val size: Int

count of strings in this provider

Functions

Link copied to clipboard
open operator override fun get(index: Int): String?

get message at index