DeviceAppActions
Wisej.Hybrid.DeviceAppActions
Last updated
Wisej.Hybrid.DeviceAppActions
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Manages application actions, such as shortcuts to specific parts of the application. This class provides methods to retrieve and set app actions, which can be used for quick access.
Access this class through the Device singleton. Use of this class requires additional setup. See: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/app-actions for more details.
Initializes a new instance of DeviceAppActions.
Retrieves the current set of app actions supported by the application.
Returns: AppAction[]. An array of AppAction objects representing the app actions currently available for the application.
Sets the app actions for the application.
appActions
An array of objects to be set as the current app actions.