Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 733 Bytes

Notification.md

File metadata and controls

28 lines (21 loc) · 733 Bytes

Notification

Properties

Name Type Description Notes
id BigDecimal [optional]
date OffsetDateTime
title String
body String
ttl BigDecimal
type TypeEnum [optional]
closable Boolean [optional]
persist Boolean [optional]
waitForVisibility Boolean [optional]
sound String [optional]

Enum: TypeEnum

Name Value
SUCCESS "success"
ERROR "error"
INFO "info"