IosZjEvent class
Constructors
- IosZjEvent.new(IosZjEventType type, IosZjEventAction action, {required int code, String? msg, String? extra, required int viewId})
Properties
- action → IosZjEventAction
-
事件
final
- code → int
-
错误码
final
- extra → String?
-
额外信息
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- msg → String?
-
错误消息
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → IosZjEventType
-
广告类型
final
- viewId → int
-
PlatformView的id,用于定位View
final
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
Static Methods
-
parse(
dynamic message) → IosZjEvent - 解析事件