ContextUtils

open class ContextUtils

Class for storing the application context and retrieving it in a static context. Similar to org.chromium.base.ContextUtils.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun initialize(applicationContext: Context)
Stores the application context that will be returned by getApplicationContext.