success(with:)
Creates a result that contains the call record that matches the users request.
Declaration
class func success(with resolvedCallRecord: INCallRecord) -> SelfParameters
- resolvedCallRecord:
The value that resolves the users request. This value may be different than the original Incallrecord. This allows app extensions to apply business logic constraints.
Return Value
A new INCallRecordResolutionResult object.
Discussion
Use this method for when the app extension wants to tell Siri to proceed, with a given INCallRecord.