InAppChatCustomization class

Annotations
  • @Deprecated('Should use [ChatCustomization] instead')

Constructors

InAppChatCustomization({String? toolbarTitle, String? toolbarTitleColor, String? toolbarTintColor, String? toolbarBackgroundColor, String? sendButtonTintColor, String? chatBackgroundColor, String? widgetTheme, String? noConnectionAlertTextColor, String? noConnectionAlertBackgroundColor, String? chatInputPlaceholderColor, String? chatInputCursorColor, String? chatInputBackgroundColor, String? sendButtonIcon, String? attachmentButtonIcon, bool? chatInputSeparatorVisible, String? chatBannerErrorTextColor, String? chatBannerErrorTextAppearance, String? chatBannerErrorBackgroundColor, String? chatBannerErrorIcon, String? chatBannerErrorIconTint, String? chatFullScreenErrorTitleText, String? chatFullScreenErrorTitleTextColor, String? chatFullScreenErrorTitleTextAppearance, String? chatFullScreenErrorDescriptionText, String? chatFullScreenErrorDescriptionTextColor, String? chatFullScreenErrorDescriptionTextAppearance, String? chatFullScreenErrorBackgroundColor, String? chatFullScreenErrorIcon, String? chatFullScreenErrorIconTint, String? chatFullScreenErrorRefreshButtonText, String? chatFullScreenErrorRefreshButtonTextColor, bool? chatFullScreenErrorRefreshButtonVisible, AndroidInAppChatCustomization? android, IOSInAppChatCustomization? ios})

Properties

android AndroidInAppChatCustomization?
final
attachmentButtonIcon String?
final
chatBackgroundColor String?
final
chatBannerErrorBackgroundColor String?
final
chatBannerErrorIcon String?
final
chatBannerErrorIconTint String?
final
chatBannerErrorTextAppearance String?
final
chatBannerErrorTextColor String?
final
chatFullScreenErrorBackgroundColor String?
final
chatFullScreenErrorDescriptionText String?
final
chatFullScreenErrorDescriptionTextAppearance String?
final
chatFullScreenErrorDescriptionTextColor String?
final
chatFullScreenErrorIcon String?
final
chatFullScreenErrorIconTint String?
final
chatFullScreenErrorRefreshButtonText String?
final
chatFullScreenErrorRefreshButtonTextColor String?
final
chatFullScreenErrorRefreshButtonVisible bool?
final
chatFullScreenErrorTitleText String?
final
chatFullScreenErrorTitleTextAppearance String?
final
chatFullScreenErrorTitleTextColor String?
final
chatInputBackgroundColor String?
final
chatInputCursorColor String?
final
chatInputPlaceholderColor String?
final
chatInputSeparatorVisible bool?
final
hashCode int
The hash code for this object.
no setterinherited
ios IOSInAppChatCustomization?
final
noConnectionAlertBackgroundColor String?
final
noConnectionAlertTextColor String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonIcon String?
final
sendButtonTintColor String?
final
toolbarBackgroundColor String?
final
toolbarTintColor String?
final
toolbarTitle String?
final
toolbarTitleColor String?
final
widgetTheme String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited