Notification Options

Hello Friends,

I have used ionic local notification plugin for notification…it’s working fine with all options. Now i need a future that notification should be permanent for some time i.e. the user couldn’t able to clear it. whether it’s possible in it.
Kindly help me friends…

Thanks in Advance

Hello @rajkumarmg,

did you manage to schedule repeating notifications?

Ya …Done it…But , with some issues…

let ELocalNotificationTriggerUnit: Object = {
id: 123,
title: “Sample Notification”,
text: “Stick Notification”,
sticky: true,
priority: 2,
trigger: { firstAt: timeAt(specific day), every: ‘day’, count: 1000 }
}
this.localNotifications.schedule(ELocalNotificationTriggerUnit);