lib
lib
/
com.github.mnemotechnician.mkui.delegates
/
BundleDelegate
Bundle
Delegate
open
class
BundleDelegate
<
T
>
(
var
prefix
:
String
,
val
substitutions
:
Array
<
T
?
>
?
)
Delegates to an I18n bundle entry and allows substitutions.
Constructors
Functions
Properties
See also
Inheritors
See also
bundle
Constructors
Bundle
Delegate
Link copied to clipboard
fun
<
T
>
BundleDelegate
(
prefix
:
String
,
substitutions
:
Array
<
T
?
>
?
)
Functions
get
Value
Link copied to clipboard
open
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
String
Properties
prefix
Link copied to clipboard
var
prefix
:
String
substitutions
Link copied to clipboard
val
substitutions
:
Array
<
T
?
>
?
Inheritors
DynamicBundleDelegate
Link copied to clipboard