kommunicate_flutter 1.1.0
kommunicate_flutter: ^1.1.0 copied to clipboard
Flutter plugin for Kommunicate live chat. Kommunicate provides open source live chat SDK in android. The Kommunicate SDK is flexible, lightweight and easily integrable.
1.1.0 #
-
Added new functions for Authentication:
- isLoggedIn(): To check weather the user is logged in or not
- login(kmUser): login the user to Kommunicate
- loginAsVisitor(): login the user without pre existing details. The user will be logged in as a Visitor
-
Added new Conversation methods:
- openConversations(): Open the conversation List for the logged in user
- openParticularConversation(String clientConversationId): Open the conversation for the passed clientConversationId
0.0.1 #
- TODO: Describe initial release.