Configuration constructor
Configuration({
- required String applicationCode,
- String? pluginVersion,
- bool? inAppChatEnabled,
- bool? fullFeaturedInAppsEnabled,
- AndroidSettings? androidSettings,
- IOSSettings? iosSettings,
- PrivacySettings? privacySettings,
- List<
NotificationCategory> ? notificationCategories, - bool? defaultMessageStorage,
- WebRTCUI? webRTCUI,
- InAppChatCustomization? inAppChatCustomization,
- InAppChatExtras? inAppChatExtras,
Default constructor with all params.
Implementation
Configuration({
required this.applicationCode,
this.pluginVersion,
this.inAppChatEnabled,
this.fullFeaturedInAppsEnabled,
this.androidSettings,
this.iosSettings,
this.privacySettings,
this.notificationCategories,
this.defaultMessageStorage,
this.webRTCUI,
this.inAppChatCustomization,
this.inAppChatExtras,
});