DeviceLocalNotification
Wisej.Hybrid.DeviceLocalNotification
Last updated
Wisej.Hybrid.DeviceLocalNotification
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods to schedule and handle local notifications on the device.
Access this class through the Device singleton.
Creates a new instance of DeviceLocalNotification.
Schedules a local notification to be delivered at the specified date and time.
title
The title of the local notification.
body
The body text of the local notification.
dateTime
The date and time when the notification should be delivered.
An optional badge number to display on the app's icon (-1 for no badge).
EventHandler<Object> Occurs when a local notification is presented to the user while the app is running.
EventHandler<Object> Occurs when the user responds to a local notification while the app is running.
badge