Skip to main content

Appointments

To launch Appointments screen as Activity, just call MeetingDoctorsClient’s openAppointments() method.

If you need the Appointments as Fragment, you should call to launchAppointmentsFragment(activity: AppCompatActivity, @IdRes frameLayoutContainer: Int, currentFragment: Fragment?)

Params:

  • activity: Activity where you want load the fragment
  • frameLayoutContainer: Your fragment container
  • currentFragment: If you want to hide your current fragment and show the Feeds fragment, put here your current fragment (To save the fragment instance). If you want to replace the fragment ignore this param.