NotificationPrimitives

data class NotificationPrimitives(val noteId: String, val time: ULong)

Parameters

noteId

is the identifier of the note in primitive format.

time

is the time in unix time format and in Coordinated Universal Time (UTC), if you pass an incorrect time format or a different timezone (UTC +/- n) the notification will have errors.

Constructors

Link copied to clipboard
fun NotificationPrimitives(noteId: String, time: ULong)

Properties

Link copied to clipboard
Link copied to clipboard
val time: ULong