Contents

resolveCallRecordToCallBack(for:with:)

Resolves the redial of a missed call.

Declaration

optional func resolveCallRecordToCallBack(for intent: INStartCallIntent, with completion: @escaping  @Sendable (INCallRecordResolutionResult) -> Void)
optional func resolveCallRecordToCallBack(for intent: INStartCallIntent) async -> INCallRecordResolutionResult

Parameters

  • intent:

    The intent object that contains details about the user’s request. Use this object to get the initial information, if any, provided by the user.

  • completion:

    The handler block to execute with the resolution. You must execute this handler while implementing this method. This handler has no return value and takes the following parameter:

See Also

Resolving the Intent Parameters