IPDEvent class
原生回调事件
Constructors
- IPDEvent.new(IPDEventType type, IPDEventAction action, {required int code, String? msg, String? extra, required int viewId})
Properties
- action → IPDEventAction
-
事件
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 → IPDEventType
-
广告类型
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