Companion Object

object Companion : Tag

Logging tag, and the manager’s single instance.

Functions

getInstance

fun getInstance(context: Context): LanguageManager

Returns the shared manager, creating it on first call.

Top