Companion

object Companion

Companion object to provide the application context. This is used to access the application context from other classes.

Properties

Link copied to clipboard
lateinit var instance: App

The singleton instance of the application. This is used to provide the application context.

Functions

Link copied to clipboard

Function to get the application context.