pendingCallActions(of:withCall:)
Returns all call actions in any pending transactions of the specified class for the specified call identifier that are incomplete.
Declaration
func pendingCallActions(of callActionClass: AnyClass, withCall callUUID: UUID) -> [CXCallAction]Parameters
- callActionClass:
The desired Cxcallaction subclass of returned actions.
- callUUID:
The desired call identifier for returned actions.
Return Value
An array of call actions of the specified class for the specified call identifier.