MobPushLocalNotification class

Inheritance

Constructors

MobPushLocalNotification({int? notificationId, dynamic title, dynamic content, dynamic timestamp, dynamic subTitle, dynamic sound, dynamic badge, dynamic styleContent, dynamic messageId, dynamic inboxStyleContent, dynamic style, dynamic channel, dynamic extrasMap, dynamic voice, dynamic shake, dynamic light})

Properties

badge int?
getter/setter pairinherited
channel int?
getter/setter pairinherited
content String
getter/setter pairinherited
extrasMap Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inboxStyleContent List<String>?
getter/setter pairinherited
light bool?
getter/setter pairinherited
messageId String?
getter/setter pairinherited
notificationId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shake bool?
getter/setter pairinherited
sound String?
getter/setter pairinherited
style int?
getter/setter pairinherited
styleContent String?
getter/setter pairinherited
subTitle String?
getter/setter pairinherited
timestamp int?
getter/setter pairinherited
title String?
getter/setter pairinherited
voice bool?
getter/setter pairinherited

Methods

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

Operators

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