Package-level declarations

Types

Link copied to clipboard

An object for binding an Android activity context to a coroutine.

Link copied to clipboard
abstract class UiContext

Abstract base class for holding UI relevant data that may be accessed by a coroutine.

Properties

Link copied to clipboard

Android application context.

Functions

Link copied to clipboard

Extracts Activity from the current activity-scoped context.

Link copied to clipboard
fun initializeApplication(applicationContext: Context)

Initializes the application.