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

actionId String
액션 식별자 (예: "share", "navigate", "custom_event")
final
data Map<String, dynamic>
액션과 함께 전달된 데이터
final
hashCode int
The hash code for this object.
no setterinherited
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited