RCCallPushConfig class
Constructors
- RCCallPushConfig.create({String? templateId, String? title, String? content, String? data, bool disableTitle = false, bool forceShowDetailContent = false, RCCallIOSPushConfig? iOSConfig, RCCallAndroidPushConfig? androidConfig})
Properties
- androidConfig ↔ RCCallAndroidPushConfig?
-
ZHgetter/setter pair - content ↔ String?
-
ZHgetter/setter pair - data ↔ String?
-
ZHgetter/setter pair - disableTitle ↔ bool
-
ZHgetter/setter pair - forceShowDetailContent ↔ bool
-
ZHgetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- iOSConfig ↔ RCCallIOSPushConfig?
-
ZHgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateId ↔ String?
-
ZHgetter/setter pair - title ↔ String?
-
ZHgetter/setter pair
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