MesiboUIOptionsFlutter constructor
MesiboUIOptionsFlutter({
- String? appName,
- required bool enableForward,
- required bool enableSearch,
- required bool enableBackButton,
- required bool e2eIndicator,
- String? messageListTitle,
- String? userListTitle,
- String? createGroupTitle,
- String? selectContactTitle,
- String? selectGroupContactsTitle,
- String? forwardTitle,
- String? forwardedTitle,
- String? userOnlineIndicationTitle,
- String? onlineIndicationTitle,
- String? offlineIndicationTitle,
- String? connectingIndicationTitle,
- String? noNetworkIndicationTitle,
- String? suspendedIndicationTitle,
- String? typingIndicationTitle,
- String? joinedIndicationTitle,
- String? e2eeActive,
- String? e2eeIdentityChanged,
- String? e2eeInactive,
- String? emptyUserListMessage,
- String? emptyMessageListMessage,
- String? emptySearchListMessage,
- required bool showRecentInForward,
- required bool convertSmilyToEmoji,
- required int toolbarColor,
- required int statusBarColor,
- required int toolbarTextColor,
- required int userListTypingIndicationColor,
- required int userListStatusColor,
- required int userListBackgroundColor,
- required int messageBackgroundColorForMe,
- required int messageBackgroundColorForPeer,
- required int titleBackgroundColorForMe,
- required int titleBackgroundColorForPeer,
- required int messagingBackgroundColor,
- required int maxImageFileSize,
- required int maxVideoFileSize,
- required int verticalImageWidth,
- required int horizontalImageWidth,
- String? recentUsersTitle,
- String? allUsersTitle,
- String? groupMembersTitle,
- String? cancelTitle,
- String? missedVoiceCallTitle,
- String? missedVideoCallTitle,
- String? deletedMessageTitle,
- String? deleteMessagesTitle,
- String? deleteForEveryoneTitle,
- String? deleteForMeTitle,
- String? deleteTitle,
Implementation
result[7] as String?,);}}class MesiboUIOptionsFlutter{MesiboUIOptionsFlutter({this.appName,required this.enableForward,required this.enableSearch,required this.enableBackButton,required this.e2eIndicator,this.messageListTitle,this.userListTitle,this.createGroupTitle,this.selectContactTitle,this.selectGroupContactsTitle,this.forwardTitle,this.forwardedTitle,this.userOnlineIndicationTitle,this.onlineIndicationTitle,this.offlineIndicationTitle,this.connectingIndicationTitle,this.noNetworkIndicationTitle,this.suspendedIndicationTitle,this.typingIndicationTitle,this.joinedIndicationTitle,this.e2eeActive,this.e2eeIdentityChanged,this.e2eeInactive,this.emptyUserListMessage,this.emptyMessageListMessage,this.emptySearchListMessage,required this.showRecentInForward,required this.convertSmilyToEmoji,required this.toolbarColor,required this.statusBarColor,required this.toolbarTextColor,required this.userListTypingIndicationColor,required this.userListStatusColor,required this.userListBackgroundColor,required this.messageBackgroundColorForMe,required this.messageBackgroundColorForPeer,required this.titleBackgroundColorForMe,required this.titleBackgroundColorForPeer,required this.messagingBackgroundColor,required this.maxImageFileSize,required this.maxVideoFileSize,required this.verticalImageWidth,required this.horizontalImageWidth,this.recentUsersTitle,this.allUsersTitle,this.groupMembersTitle,this.cancelTitle,this.missedVoiceCallTitle,this.missedVideoCallTitle,this.deletedMessageTitle,this.deleteMessagesTitle,this.deleteForEveryoneTitle,this.deleteForMeTitle,this.deleteTitle,}
);