CobiNotificationData class

This contains the data needed to display the foreground notification

Constructors

CobiNotificationData({required String title, String? subtitle, CobiIconData? icon, bool? showQuitAction = false, String? quitActionCaption, List<CobiNotificationAction>? actions})

Properties

actions List<CobiNotificationAction>?
A list of actions to be displayed
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon CobiIconData?
The notfication's icon
getter/setter pair
quitActionCaption String?
the quit action's caption
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showQuitAction bool?
Whether or not to show a quit-action
getter/setter pair
subtitle String?
The notfication's subtitle
getter/setter pair
title String
The notfication's title
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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