LocalNotificationEnabledResult
interface LocalNotificationEnabledResult
{
}
LocalNotificationPendingList
interface LocalNotificationPendingList
{
notifications
:
LocalNotificationRequest[];
}
LocalNotificationScheduleResult
interface LocalNotificationScheduleResult
{
notifications
:
LocalNotificationRequest[];
}