Zowie class Null safety

Constructors

Zowie()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Methods

clearAnonymousSession(String instanceId) Future<bool>
colors({Color? messageStatusSendingErrorColor, Color? messageStatusDeliveredColor, Color? messageStatusReadColor, Color? messageAuthorNameTextColor, ZowieColor? sentMessageBackgroundColor, Color? sentMessageContentsColor, Color? sentMessageImageUploadLoadingColor, Color? sentMessageVideoUploadLoadingColor, Color? sentMessageImagePlaceholderLoadingColor, Color? sentMessageImagePlaceholderBackgroundColor, Color? sentMessageLinksColor, ZowieColor? incomingMessageBackgroundColor, Color? incomingMessagePrimaryTextColor, Color? incomingMessageSecondaryTextColor, ZowieColor? incomingMessageFileIconColor, Color? incomingMessageFileDownloadSuccessIconColor, Color? incomingMessageDownloadFileIconColor, Color? incomingMessageDownloadFileLoadingColor, Color? incomingMessageImagePlaceholderLoadingColor, Color? incomingMessageImagePlaceholderBackgroundColor, Color? incomingMessageLinksColor, Color? backgroundColor, Color? newMessageTextColor, Color? newMessageHintTextColor, Color? sendAttachmentButtonColor, ZowieColor? sendTextButtonColor, Color? separatorColor, Color? chatMessagesLoadingColor, Color? quickButtonBackgroundColor, Color? quickButtonBackgroundPressedColor, Color? quickButtonTextColor, Color? quickButtonPressedStrokeColor, Color? quickButtonStrokeColor, Color? actionButtonBackgroundColor, Color? actionButtonBackgroundPressedColor, Color? actionButtonTextColor, Color? videoThumbnailPlaceholderColor, Color? notificationErrorContentsColor, Color? notificationErrorBackgroundColor, Color? notificationSuccessContentsColor, Color? notificationSuccessBackgroundColor, Color? zowieLogoButtonBackgroundPressedColor, Color? zowieLogoButtonPressedStrokeColor, Color? playVideoButtonBackgroundColor, Color? playVideoButtonBackgroundPressedColor, Color? playVideoButtonPlayIconColor, Color? actionButtonShadow, Color? typingAnimationTintColor, Color? announcementBackgroundColor, Color? announcementStrokeColor, Color? announcementTextColor, Color? announcementIconColor}) Future<bool>
configuration(String instanceId, {String? conversationInitReferral, String? chatHost, ZowieJwt? jwt}) Future<bool>
disableNotifications() Future<bool>
enableNotifications(String fcmToken) Future<bool>
localization({String? newMessageHint, String? messageStatusDelivered, String? messageStatusRead, String? messageStatusSendingErrorMessage, String? messageStatusSendingErrorTryAgain, String? readAndWriteStoragePermissionAlertTitle, String? readAndWriteStoragePermissionAlertMessage, String? readAndWriteStoragePermissionAlertPositiveButton, String? readAndWriteStoragePermissionAlertNegativeButton, String? attachmentPlaceholderName, String? attachmentFileMaxSizeExceededErrorMessage, String? couldNotOpenFileErrorMessage, String? chatConnectionErrorMessage, String? chatConnectionRestoredMessage, String? chatHistoryDownloadErrorMessage, String? couldNotOpenWebBrowserErrorMessage, String? unexpectedErrorMessage, String? fileDownloadErrorMessage}) Future<bool>
metadata({String? firstName, String? lastName, String? name, String? locale, String? timeZone, String? phoneNumber, String? email, Map<String, String>? extraParams}) Future<bool>
setContext(String contextId) Future<bool>
setInitializationErrorListener() Future<bool>
setUserStatus(bool isActive) Future<bool>
showChat() Future<bool>