AndroidInAppChatCustomization class
Constructors
- AndroidInAppChatCustomization.new({bool? chatStatusBarColorLight, String? chatStatusBarBackgroundColor, String? chatSubtitleText, String? chatSubtitleTextColor, String? chatSubtitleTextAppearanceRes, bool? chatSubtitleCentered, bool? chatTitleCentered, String? chatTitleTextAppearanceRes, String? chatMenuItemsIconTint, String? chatMenuItemSaveAttachmentIcon, String? chatProgressBarColor, String? chatNetworkConnectionErrorTextAppearanceRes, String? chatNetworkConnectionErrorText, String? chatInputTextColor, String? chatInputAttachmentIconTint, String? chatInputAttachmentBackgroundColor, String? chatInputAttachmentBackgroundDrawable, String? chatInputSendIconTint, String? chatInputSendBackgroundColor, String? chatInputSendBackgroundDrawable, String? chatInputSeparatorLineColor, String? chatInputHintText, String? chatInputTextAppearance})
Properties
- chatInputAttachmentBackgroundColor → String?
-
final
- chatInputAttachmentBackgroundDrawable → String?
-
final
- chatInputAttachmentIconTint → String?
-
final
- chatInputHintText → String?
-
final
- chatInputSendBackgroundColor → String?
-
final
- chatInputSendBackgroundDrawable → String?
-
final
- chatInputSendIconTint → String?
-
final
- chatInputSeparatorLineColor → String?
-
final
- chatInputTextAppearance → String?
-
final
- chatInputTextColor → String?
-
final
- chatMenuItemSaveAttachmentIcon → String?
-
final
- chatMenuItemsIconTint → String?
-
final
-
final
-
final
- chatNetworkConnectionErrorText → String?
-
final
- chatNetworkConnectionErrorTextAppearanceRes → String?
-
final
- chatProgressBarColor → String?
-
final
- chatStatusBarBackgroundColor → String?
-
final
- chatStatusBarColorLight → bool?
-
final
- chatSubtitleCentered → bool?
-
final
- chatSubtitleText → String?
-
final
- chatSubtitleTextAppearanceRes → String?
-
final
- chatSubtitleTextColor → String?
-
final
- chatTitleCentered → bool?
-
final
- chatTitleTextAppearanceRes → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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