LocalNotification

constructor(id: String = UUID.randomUUID().toString(), type: LocalNotificationType, title: String, subtitle: String? = null, body: String, delay: Long)(source)