Docs (4.0.0)
App context

class GlobalContext

A singleton class that represents the global application state.

class GlobalContext
extends ManagedObject

Description

An instance of this class is available as app during the entire lifecycle of the application. Use that to access all properties and methods of GlobalContext, e.g. app.theme and app.addActivity(...).

Instance Members

Inherited Members