DeviceAppActionsInfo
Wisej.Hybrid.DeviceAppActionsInfo
Last updated
Wisej.Hybrid.DeviceAppActionsInfo
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Represents information related to the application's startup action.
App Actions allow applications to expose functionality to be used when the app is launched. Access this class through the Info singleton.
Initializes a new instance of the DeviceAppActionsInfo class, specifying "appActions" as its type identifier.
AppAction: Gets the startup AppAction for the device.
This property represents the action the app should perform upon startup based on device-specific configurations or settings.
Boolean: Gets or sets whether app actions are supported on the Hybrid device.
Updates the Action property based on the provided web update info.
Parameter | Type | Description |
---|---|---|
info | The dynamic object containing the web update information. |
EventHandler Fired when the user clicks an app action.