InAppCustomActionEvent class
Custom HTML 인앱 메시지에서 BluxBridge.triggerAction() 호출 시 전달되는 이벤트
- Annotations
Constructors
-
InAppCustomActionEvent({required String actionId, required Map<
String, dynamic> data}) -
const
-
InAppCustomActionEvent.fromMap(Map<
String, dynamic> map) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited