📳 Key Public API & Settings
Use these properties and methods to manage your notifications requirements.
⚙️ Global Setting
UseUtc: Toggle between using UTC time, (true), or local device time, (false).
// To set to UTC mode globally
CanleyNotificationService.UseUtc = true;🛠 Class Reference
Navigate below view the full list of methods, settings, and the record struct:
| Class | Description |
|---|---|
| CanleyNotificationRecord | Struct containing a clean & simple, read-only Notification snapshot. |
| CanleyNotificationService | A robust, zero-dependency wrapper for iOS local notifications. |
🧪 Quick Integration
CanleyNotificationService.ScheduleTimed(): One-line execution for a time delay notification. CanleyNotificationService.ScheduleCalendar(): One-line execution for a calendar notification.