longPressActions property

List<ChatUIKitEventAction>? longPressActions
final

消息长按事件列表,如果设置后将会替换默认的消息长按事件列表。详细参考 ChatUIKitEventAction

Implementation

final List<ChatUIKitEventAction>? longPressActions;