DeviceLocalNotificationInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides information about the last-clicked or startup local notification on the device.
- C#
- VB.NET
public class DeviceLocalNotificationInfo : DeviceInfoBase
Public Class DeviceLocalNotificationInfo
Inherits DeviceInfoBase
Access this class through the Info singleton.
Constructors
DeviceLocalNotificationInfo()
Creates a new instance of DeviceLocalNotificationInfo.
Properties
Notification
Object: Gets or sets the last-clicked or startup notification.
Methods
OnWebUpdate(info)
Updates the info configuration.
| Parameter | Type | Description |
|---|---|---|
| info | Object | The info configuration. |