UI components
Nabla Android Scheduling UI components
Integrate the AppointmentsFragment
AppointmentsFragment
The standalone AppointmentsFragment
lists the past and upcoming appointments along with a CTA to schedule a new one.
Appointments starting in less than 10 minutes are considered imminent and cannot be canceled by Patients anymore.
Imminent appointments will show a button to join the associated video call.
Schedule a new appointment
Patients can schedule a new appointment on a screen that can either be opened programmatically from your own app's code using nablaClient.schedulingClient.openScheduleAppointmentActivity(Context)
or by clicking on the CTA in AppointmentsFragment
.
They will be invited to choose a category, then an available time slot, and finally confirm and schedule.
Updated 7 months ago