LanguageFile

sealed class LanguageFile

A class that represents a language file’s path.

Summary

Classes
File(path: String) The language file is stored in the phone’s storage.
Asset(path: String) The language file is included in the app as an asset.

Classes

File

class File(val path: String): LanguageFile()

The language file is stored in the phone’s storage.

Asset

class Asset(val path: String): LanguageFile()

The language file is included in the app as an asset.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on August 9, 2022