DisplayBalloonOptions

external interface DisplayBalloonOptions(source)

Properties

Link copied to clipboard
abstract var content: String
Link copied to clipboard
abstract var icon: Any?

Icon to use when iconType is custom.

Link copied to clipboard

Can be none, info, warning, error or custom. Default is custom.

Link copied to clipboard
abstract var largeIcon: Boolean?

The large version of the icon should be used. Default is true. Maps to NIIF_LARGE_ICON.

Link copied to clipboard
abstract var noSound: Boolean?

Do not play the associated sound. Default is false. Maps to NIIF_NOSOUND.

Link copied to clipboard
abstract var respectQuietTime: Boolean?

Do not display the balloon notification if the current user is in "quiet time". Default is false. Maps to NIIF_RESPECT_QUIET_TIME.

Link copied to clipboard
abstract var title: String