DeviceNavigation
Wisej.Hybrid.DeviceNavigation
Last updated
Wisej.Hybrid.DeviceNavigation
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods for handling navigation and page transitions within the app.
Access this class through the Device singleton.
Initializes a new instance of DeviceNavigation.
Pushes a modal page with the specified fully qualified page name and optional arguments.
Parameter | Type | Description |
---|---|---|
Returns: Object. The result of the navigation operation.
fullyQualifiedName
The fully qualified name of the page to push (e.g., "Namespace.PageName, Assembly").
Specifies whether the page transition should be animated (default is true).
args
Optional arguments to pass to the pushed page.
animated