public interface ZendriveRefreshBusinessHoursCallback
Zendrive.refreshBusinessHours(Context, ZendriveRefreshBusinessHoursCallback)
call.
Callback will be made on calling thread if its Looper
is already prepared,
else the callback is made on the Main Thread.Modifier and Type | Method and Description |
---|---|
void |
onCompletion(ZendriveShiftDetail shiftDetail,
ZendriveBusinessHoursOperationResult result) |
void onCompletion(ZendriveShiftDetail shiftDetail, ZendriveBusinessHoursOperationResult result)
shiftDetail
- Fetched business hours represented by the ZendriveShiftDetail
object.result
- The result of the Zendrive.refreshBusinessHours(Context,
ZendriveRefreshBusinessHoursCallback)
operation.