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