DeviceAppActionsInfo

Wisej.Hybrid.DeviceAppActionsInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

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

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.

ParameterTypeDescription

info

The dynamic object containing the web update information.

Events

AppActionChanged

EventHandler Fired when the user clicks an app action.

Last updated