scheduleSimple

open fun scheduleSimple(title: String, body: String, fireAt: Long): Int

Simple method to schedule a notification (backward compatibility)

Return

notification id

Parameters

title

Notification title

body

Notification body

fireAt

When to fire the notification (milliseconds since epoch)