timedOutPerformingAction property

(void Function(CXAction action)?) timedOutPerformingAction
getter/setter pair

Called when an action was not performed in time and has been inherently failed. Depending on the action, this timeout may also force the call to end. An action that has already timed out should not be fulfilled or failed by the provider delegate

Implementation

static void Function(CXAction action)? timedOutPerformingAction;