Notification class abstract

Notification

Properties:

  • category - The type of event notification sent when you select the notification button.
  • details - The text shown in the prompt which opens when you select the notification button. For example, the description of the input box for pay-at-table.
  • enabled - Enables sending event notifications either by pressing the Confirm key on terminals with a keypad or by tapping the event notification button on the terminal screen.
  • showButton - Shows or hides the event notification button on the screen of terminal models that have a keypad.
  • title - The name of the notification button on the terminal screen.
Annotations
  • @BuiltValue.new()

Constructors

Notification([void updates(NotificationBuilder b)])
factory

Properties

category NotificationCategoryEnum?
The type of event notification sent when you select the notification button.
no setter
details String?
The text shown in the prompt which opens when you select the notification button. For example, the description of the input box for pay-at-table.
no setter
enabled bool?
Enables sending event notifications either by pressing the Confirm key on terminals with a keypad or by tapping the event notification button on the terminal screen.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showButton bool?
Shows or hides the event notification button on the screen of terminal models that have a keypad.
no setter
title String?
The name of the notification button on the terminal screen.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NotificationBuilder)) Notification
Rebuilds the instance.
inherited
toBuilder() NotificationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Notification>
no setter