WannatalkConfig class

Configurables

Constructors

WannatalkConfig()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

allowAddParticipants(bool allow) Future<void>
To show or hide add participants option in new ticket page and chat item profile page
allowModifyChatProfile(bool allow) Future<void>
To allow modify in chat profile page
allowRemoveParticipants(bool allow) Future<void>
To show or hide remove participants option in chat item profile
allowSendAudioMessage(bool allow) Future<void>
To enable or disable sending audio message
clearTempFiles(bool show) Future<void>
To clear temp files
enableAutoTickets(bool enable) Future<void>
To create auto tickets: Chat ticket will create automatically when auto tickets is enabled, otherwise default ticket creation page will popup
enableChatProfile(bool enable) Future<void>
To enable or disbale chat profile page
setAgentQueueInterval(double interval) Future<void>
To set interval to check available agent // default = 20 seconds
setChatBGColor(String value) Future<void>
setChatHeaderColor(String value) Future<void>
setChatTitleColor(String value) Future<void>
setFontNames(WTFontNames fontNames) Future<void>
setInactiveChatTimeout(double interval) Future<void>
To set Inactive chat timeout:
showChatParticipants(bool show) Future<void>
To show or hide participants in chat profile page
showExitButton(bool show) Future<void>
To show or hide chat exit button in chat page
showGuideButton(bool show) Future<void>
To show or hide guide button
showHomeButton(bool value) Future<void>
showProfileInfoPage(bool show) Future<void>
To show or hide Profile Info page
showWelcomeMessage(bool show) Future<void>
To show or hide welcome message