Skip to content

9.2.0

Compare
Choose a tag to compare
@dompepin dompepin released this 08 Jul 22:13
· 3 commits to main since this release
d9b1139

9.2.0

New

This version of the SDK adds support for wait offline. The patient is given the option to close the app and remain in the queue to be notified when their provider is ready for them. To accomplish this we've added a number of things:

  • New localizable strings:
    localizable.strings key Usage
    waitingRoom_link_waitOffline CTA to enter the wait offline state
    waitingRoom_message_waitOfflinePrompt Prompt to explain the wait offline CTA
    waitingRoom_waitOffline_title Title shown when the patient successfully enters the wait offline state
    waitingRoom_waitOffline_message Message shown when the patient successfully enters the wait offline state
    dialog_waitOffline_title Title for the wait offline confirmation dialog
    dialog_waitOffline_message Message for the wait offline confirmation dialog
    dialog_waitOffline_stay Dialog action to not enter wait offline and remain in the waiting room
    dialog_waitOffline_stay Dialog action to enter the wait offline state and come back later
    dialog_waitingRoom_button_confirm Replaces dialog_waitingRoomCancelConfirm_button_confirm as the generic confirm action in dialogs
  • VisitStatus.waitOffline The status of a visit when the patient is waiting offline for a notification to rejoin the visit
  • VisitStatus.caregiverAssigned The status of a visit that has a caregiver assigned but the patient hasn't yet rejoined the visit from waiting offline
  • VisitCompletionReason.waitOffline Used in the visit completion block to indicate the user chose to wait offline and close the visit for now

Changes

  • We've given the alerts shown by the SDK a face lift to provide better extensibility options in the future
  • Updated the dialog_waitingRoomCancelConfirm_button_confirm localizable strings key to Cancel visit and leave