NIMSignallingPushConfig class
信令推送相关配置
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NIMSignallingPushConfig({bool? pushEnabled, String? pushTitle, String? pushContent, String? pushPayload})
-
NIMSignallingPushConfig.fromJson(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushContent ↔ String?
-
推送文案
getter/setter pair
- pushEnabled ↔ bool?
-
是否需要推送
getter/setter pair
- pushPayload ↔ String?
-
推送数据
getter/setter pair
- pushTitle ↔ String?
-
推送标题
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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