MessagesProviderViaList

A MessagesProvider that uses a simple list

Constructors

Link copied to clipboard
constructor(locale: Locale, list: List<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