KommunicateFlutterPlugin class

Constructors

KommunicateFlutterPlugin()

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 Properties

platformVersion Future<String>
no setter

Static Methods

buildConversation(dynamic conversationObject) Future
closeConversationScreen() Future
createConversationInfo(dynamic defaultSetting) Future
createCustomToolbar(dynamic toolbarObject) Future
fetchUserDetails(String userid) Future
getConversarionIdOrKey(dynamic conversationIdObjc) Future
hideAssigneeStatus(bool hide) Future
hideChatListOnNotification() Future
isChatWidgetVisible(bool ishidden) Future
isLoggedIn() Future
login(dynamic kmUser) Future
loginAsVisitor(String appId) Future
logout() Future
openConversations() Future
openParticularConversation(String clientConversationId) Future
sendMessage(dynamic messageObjc) Future
setServerConfiguration(String serverName) Future
unreadCount() Future
updateChatContext(dynamic chatContext) Future
updateDefaultSetting(dynamic defaultSetting) Future
updatePrefilledText(String text) Future
updateTeamId(dynamic conversationObject) Future
updateUserDetail(dynamic kmUser) Future
updateUserLanguage(String language) Future
updateUserStatus(dynamic updateStatusObjc) Future