getSchedules

abstract fun getSchedules(): Set<CallSchedule>?

Will returns the schedules of this call if this call has one or more schedules. If the call isn't a scheduled call, the method will returns null.

Since

2.6.0