Docs (4.0.0)
App context

class NavigationController

An object that encapsulates the current location within the application navigation stack, part of the global application context.

class NavigationController
extends ManagedObject

Notes

  • This object contains the current location, represented as page ID and detail strings. In a URL-like path, the page ID is the first segment, and the detail is the remainder of the path.
  • When overridden by a platform-specific (or test) implementation, this object also provides a way to navigate to a new location.

Type Members

Instance Members

Inherited Members