iOS SDK 2.31
about 4 years ago by Mike M
Whats New?
- added a way to send custom chat messages using the new
sendCustomMessagefunction on theChatSessionobject
func sendCustomMessage(_ customData: String, completion: @escaping (Result<ChatMessage, Error>) -> Void) -> ChatMessage
Bug Fixes
- fixed a bug where quickly changing prediction widget selection would lead to a mismatch in UI and data selection
