Skip to main content

DeviceAppActionsInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Represents information related to the application's startup action.

public class DeviceAppActionsInfo : DeviceInfoBase

App Actions allow applications to expose functionality to be used when the app is launched. Access this class through the Info singleton.

Constructors​

Instance memberDeviceAppActionsInfo()​

Initializes a new instance of the DeviceAppActionsInfo class, specifying "appActions" as its type identifier.

Properties​

Instance memberAction​

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.

Instance memberIsSupported​

Boolean: Gets or sets whether app actions are supported on the Hybrid device.

Methods​

Instance memberOnWebUpdate(info)​

Updates the Action property based on the provided web update info.

ParameterTypeDescription
infoObjectThe dynamic object containing the web update information.

Events​

Instance memberAppActionChanged​

EventHandler Fired when the user clicks an app action.