MesiboUIOptionsFlutter constructor

MesiboUIOptionsFlutter({
  1. String? appName,
  2. required bool enableForward,
  3. required bool enableSearch,
  4. required bool enableBackButton,
  5. required bool e2eIndicator,
  6. String? messageListTitle,
  7. String? userListTitle,
  8. String? createGroupTitle,
  9. String? selectContactTitle,
  10. String? selectGroupContactsTitle,
  11. String? forwardTitle,
  12. String? forwardedTitle,
  13. String? userOnlineIndicationTitle,
  14. String? onlineIndicationTitle,
  15. String? offlineIndicationTitle,
  16. String? connectingIndicationTitle,
  17. String? noNetworkIndicationTitle,
  18. String? suspendedIndicationTitle,
  19. String? typingIndicationTitle,
  20. String? joinedIndicationTitle,
  21. String? e2eeActive,
  22. String? e2eeIdentityChanged,
  23. String? e2eeInactive,
  24. String? emptyUserListMessage,
  25. String? emptyMessageListMessage,
  26. String? emptySearchListMessage,
  27. required bool showRecentInForward,
  28. required bool convertSmilyToEmoji,
  29. required int toolbarColor,
  30. required int statusBarColor,
  31. required int toolbarTextColor,
  32. required int userListTypingIndicationColor,
  33. required int userListStatusColor,
  34. required int userListBackgroundColor,
  35. required int messageBackgroundColorForMe,
  36. required int messageBackgroundColorForPeer,
  37. required int titleBackgroundColorForMe,
  38. required int titleBackgroundColorForPeer,
  39. required int messagingBackgroundColor,
  40. required int maxImageFileSize,
  41. required int maxVideoFileSize,
  42. required int verticalImageWidth,
  43. required int horizontalImageWidth,
  44. String? recentUsersTitle,
  45. String? allUsersTitle,
  46. String? groupMembersTitle,
  47. String? cancelTitle,
  48. String? missedVoiceCallTitle,
  49. String? missedVideoCallTitle,
  50. String? deletedMessageTitle,
  51. String? deleteMessagesTitle,
  52. String? deleteForEveryoneTitle,
  53. String? deleteForMeTitle,
  54. 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,}
   );