ChatPage constructor
ChatPage({
- Key? key,
- required String conversationId,
- required NIMConversationType conversationType,
- NIMMessage? anchor,
- PopMenuAction? customPopActions,
- bool onTapAvatar(})?,
- ChatUIConfig? chatUIConfig,
- ChatKitMessageBuilder? messageBuilder,
- bool onMessageItemClick(
- ChatMessage message
- int? anchorDate,
- bool onMessageItemLongClick(
- ChatMessage message
- VoidCallback? onQuitTeam,
Implementation
ChatPage({
Key? key,
required this.conversationId,
required this.conversationType,
this.anchor,
this.customPopActions,
this.onTapAvatar,
this.chatUIConfig,
this.messageBuilder,
this.onMessageItemClick,
this.anchorDate,
this.onMessageItemLongClick,
this.onQuitTeam,
}) : super(key: key);