LocalizationMapReader

@NullMarked
@InterfacedService(acceptMultiple = true)
interface LocalizationMapReader(source)

Reads a LocalizationMap from the provided bundle coordinates. This is the final step in reading a localization resource.

Usage: Register your instance as a service with BService.

See also

Inheritors

Functions

Link copied to clipboard
open fun appendPath(path: String, other: String): String
Utility method to append a path component to an existing path, this is simply path + '.' + other.
Link copied to clipboard
@Nullable
abstract fun readLocalizationMap(request: LocalizationMapRequest): @Nullable LocalizationMap
Reads a LocalizationMap from the requested bundle, returns null if no localization map exists.