AIConversationSummaryConfiguration constructor
AIConversationSummaryConfiguration({
- Widget customView(
- String summary,
- BuildContext context
- AIConversationSummaryStyle? conversationSummaryStyle,
- String? title,
- Future<
Map< apiConfiguration()?,String, dynamic> > - int? unreadMessageThreshold = 30,
- CometChatTheme? theme,
- String? loadingStateText,
- String? errorStateText,
- String? emptyStateText,
- String? loadingIconUrl,
- WidgetBuilder? loadingStateView,
- String? errorIconUrl,
- WidgetBuilder? errorStateView,
- WidgetBuilder? emptyStateView,
- String? emptyIconUrl,
- dynamic onCloseIconTap()?,
- String? emptyIconPackageName,
- String? errorIconPackageName,
- String? loadingIconPackageName,
Implementation
AIConversationSummaryConfiguration(
{this.customView,
this.conversationSummaryStyle,
this.title,
this.apiConfiguration,
this.unreadMessageThreshold = 30,
this.theme,
this.loadingStateText,
this.errorStateText,
this.emptyStateText,
this.loadingIconUrl,
this.loadingStateView,
this.errorIconUrl,
this.errorStateView,
this.emptyStateView,
this.emptyIconUrl,
this.onCloseIconTap,
this.emptyIconPackageName,
this.errorIconPackageName,
this.loadingIconPackageName});