AdditionalConfigurations constructor
AdditionalConfigurations({
- List<
CometChatTextFormatter> ? textFormatters, - CometChatTextBubbleStyle? textBubbleStyle,
- CometChatImageBubbleStyle? imageBubbleStyle,
- CometChatVideoBubbleStyle? videoBubbleStyle,
- CometChatAudioBubbleStyle? audioBubbleStyle,
- CometChatFileBubbleStyle? fileBubbleStyle,
- CometChatAttachmentOptionSheetStyle? attachmentOptionSheetStyle,
- CometChatMessageOptionSheetStyle? messageOptionSheetStyle,
- CometChatCollaborativeBubbleStyle? collaborativeDocumentBubbleStyle,
- CometChatCollaborativeBubbleStyle? collaborativeWhiteboardBubbleStyle,
- CometChatPollsBubbleStyle? pollsBubbleStyle,
- CometChatActionBubbleStyle? actionBubbleStyle,
- CometChatDeletedBubbleStyle? deletedBubbleStyle,
- CometChatMessageTranslationBubbleStyle? messageTranslationBubbleStyle,
- CometChatLinkPreviewBubbleStyle? linkPreviewBubbleStyle,
- CometChatStickerBubbleStyle? stickerBubbleStyle,
- CometChatCallBubbleStyle? voiceCallBubbleStyle,
- CometChatCallBubbleStyle? videoCallBubbleStyle,
- CometChatCallButtonsStyle? callButtonsStyle,
- bool? hideVideoCallButton,
- bool? hideVoiceCallButton,
- bool? hideImageAttachmentOption,
- bool? hideVideoAttachmentOption,
- bool? hideAudioAttachmentOption,
- bool? hideFileAttachmentOption,
- bool? hidePollsOption,
- bool? hideCollaborativeDocumentOption,
- bool? hideCollaborativeWhiteboardOption,
- bool? hideStickersButton,
- bool? hideTakPhotoOption,
- bool? hideCopyMessageOption,
- bool? hideDeleteMessageOption,
- bool? hideEditMessageOption,
- bool? hideReactionOption,
- bool? hideMessagePrivatelyOption,
- bool? hideMessageInfoOption,
- bool? hideTranslateMessageOption,
- bool? hideReplyInThreadOption,
- bool? hideReplyOption,
- bool? showMarkAsUnreadOption,
- bool? hideFlagOption,
Implementation
AdditionalConfigurations({
this.textFormatters,
this.textBubbleStyle,
this.imageBubbleStyle,
this.videoBubbleStyle,
this.audioBubbleStyle,
this.fileBubbleStyle,
this.attachmentOptionSheetStyle,
this.messageOptionSheetStyle,
this.collaborativeDocumentBubbleStyle,
this.collaborativeWhiteboardBubbleStyle,
this.pollsBubbleStyle,
this.actionBubbleStyle,
this.deletedBubbleStyle,
this.messageTranslationBubbleStyle,
this.linkPreviewBubbleStyle,
this.stickerBubbleStyle,
this.voiceCallBubbleStyle,
this.videoCallBubbleStyle,
this.callButtonsStyle,
this.hideVideoCallButton,
this.hideVoiceCallButton,
this.hideImageAttachmentOption,
this.hideVideoAttachmentOption,
this.hideAudioAttachmentOption,
this.hideFileAttachmentOption,
this.hidePollsOption,
this.hideCollaborativeDocumentOption,
this.hideCollaborativeWhiteboardOption,
this.hideStickersButton,
this.hideTakPhotoOption,
this.hideCopyMessageOption,
this.hideDeleteMessageOption,
this.hideEditMessageOption,
this.hideReactionOption,
this.hideMessagePrivatelyOption,
this.hideMessageInfoOption,
this.hideTranslateMessageOption,
this.hideReplyInThreadOption,
this.hideReplyOption,
this.hideShareMessageOption,
this.showMarkAsUnreadOption,
this.hideFlagOption,
});