This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
1.0.0-alpha11
Pre-release
Pre-release
[1.0.0-alpha11] - 2022-12-14
Added
Changed
- Messaging Core: Renamed
createDraftConversation
tostartConversation
. It keeps the behavior of creating the conversation lazily when the patient sends the first message. - Messaging Core:
createConversation
has been renamedcreateConversationWithMessage
and now has a requiredmessage
argument. It should be used to start a conversation on behalf of the patient with a first message from them.
Fixed
- Fixed some cases in MessagingCore where the success callback was called too in addition to the error callback when the method fails.
Versions
- Android:
1.0.0-alpha21
- iOS:
1.0.0-alpha28