DeviceAppActionsInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Represents information related to the application's startup action.
- C#
- VB.NET
public class DeviceAppActionsInfo : DeviceInfoBase
Public Class DeviceAppActionsInfo
Inherits DeviceInfoBase
App Actions allow applications to expose functionality to be used when the app is launched. Access this class through the Info singleton.
Constructors
DeviceAppActionsInfo()
Initializes a new instance of the DeviceAppActionsInfo class, specifying "appActions" as its type identifier.
Properties
Action
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.
IsSupported
Boolean: Gets or sets whether app actions are supported on the Hybrid device.
Methods
OnWebUpdate(info)
Updates the Action property based on the provided web update info.
| Parameter | Type | Description |
|---|---|---|
| info | Object | The dynamic object containing the web update information. |
Events
AppActionChanged
EventHandler Fired when the user clicks an app action.