MobPushNotifyMessage class
- Implementers
Constructors
-
MobPushNotifyMessage({String? title, required String content, int? timestamp, String? subTitle, String? sound, int? badge, String? styleContent, required String? messageId, List<
String> ? inboxStyleContent, int? style, int? channel, Map<String, dynamic> ? extrasMap, bool? voice, bool? shake, bool? light}) -
MobPushNotifyMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- badge ↔ int?
-
getter/setter pair
- channel ↔ int?
-
getter/setter pair
- content ↔ String
-
getter/setter pair
-
extrasMap
↔ Map<
String, dynamic> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inboxStyleContent
↔ List<
String> ? -
getter/setter pair
- light ↔ bool?
-
getter/setter pair
- messageId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shake ↔ bool?
-
getter/setter pair
- sound ↔ String?
-
getter/setter pair
- style ↔ int?
-
getter/setter pair
- styleContent ↔ String?
-
getter/setter pair
- subTitle ↔ String?
-
getter/setter pair
- timestamp ↔ int?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- voice ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited