DeviceNavigation
Wisej.Hybrid.DeviceNavigation
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods for handling navigation and page transitions within the app.
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.
Returns: Object. The result of the navigation operation.
Last updated