IINSearchCallHistoryIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用completionINSearchCallHistoryIntentResponse适当的 调用 。arg

[Foundation.Protocol(Name="INSearchCallHistoryIntentHandling", WrapperType=typeof(Intents.INSearchCallHistoryIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSearchCallHistoryIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchCallHistoryIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

开发人员必须重写此方法,并使用 相应的 INSearchCallHistoryIntentintent调用 T:System.Action'1INSearchCallHistoryIntentResponse

扩展方法

ConfirmSearchCallHistory(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

开发人员可以重写此方法,以自定义呼叫历史记录搜索的确认。

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

开发人员不应使用此已弃用的方法。 开发人员应改用“ResolveCallTypes”。

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

开发人员可以实现此方法来解析历史记录搜索的调用类型。

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

开发人员可以重写此方法,以自定义搜索的“创建日期”参数。

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

开发人员可以重写此方法以自定义搜索的收件人参数。

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

开发人员可以实现此方法来自定义用户或应用是否可能搜索看不见的调用的分辨率。

适用于