MessagesProviderViaResource

class MessagesProviderViaResource(expectedLocale: <Error class: unknown class>? = null, pathToResource: String) : MessagesProviderViaLoadingText

Base class for loading the data of a MessagesProvider via a lazy loaded list of string

Constructors

Link copied to clipboard
constructor(expectedLocale: <Error class: unknown class>? = null, pathToResource: String)

Properties

Link copied to clipboard
open override val locale: <Error class: unknown class>

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