Share via


IINMessagesDomainHandling 인터페이스

정의

다양한 메시지 관련 의도와 관련된 여러 인터페이스를 결합하는 인터페이스입니다.

[Foundation.Protocol(Name="INMessagesDomainHandling", WrapperType=typeof(Intents.INMessagesDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINMessagesDomainHandling : IDisposable, Intents.IINSearchForMessagesIntentHandling, Intents.IINSendMessageIntentHandling, Intents.IINSetMessageAttributeIntentHandling
type IINMessagesDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINSearchForMessagesIntentHandling
    interface IINSendMessageIntentHandling
    interface IINSetMessageAttributeIntentHandling
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

메서드

HandleSearchForMessages(INSearchForMessagesIntent, Action<INSearchForMessagesIntentResponse>)

개발자는 이 메서드를 재정 T:System.Action'1INSearchForMessagesIntentResponseINSearchForMessagesIntentintent호출해야 합니다.

(다음에서 상속됨 IINSearchForMessagesIntentHandling)
HandleSendMessage(INSendMessageIntent, Action<INSendMessageIntentResponse>)

개발자는 이 메서드를 재정 T:System.Action'1INSendMessageIntentResponseINSendMessageIntentintent호출해야 합니다.

(다음에서 상속됨 IINSendMessageIntentHandling)
HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

개발자는 이 메서드를 재정 T:System.Action'1INSetMessageAttributeIntentResponseINSetMessageAttributeIntentintent호출해야 합니다.

(다음에서 상속됨 IINSetMessageAttributeIntentHandling)

확장 메서드

ConfirmSearchForMessages(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSearchForMessagesIntentResponse>)

개발자는 이 메서드를 재정의하여 메시지 검색 확인을 사용자 지정할 수 있습니다.

ResolveAttributes(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INMessageAttributeOptionsResolutionResult>)

개발자는 검색에서 특성의 해상도를 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveDateTimeRange(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INDateComponentsRangeResolutionResult>)

개발자는 검색에 사용되는 날짜 범위를 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INStringResolutionResult[]>)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 대신 'ResolveSpeakableGroupNames'를 사용해야 합니다.

ResolveRecipients(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

개발자는 메시지 검색에서 받는 사람의 확인을 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveSenders(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

개발자는 메시지 검색에서 보낸 사람의 해상도를 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveSpeakableGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSpeakableStringResolutionResult[]>)

개발자는 이 메서드를 재정의하여 받는 사람으로 명명된 그룹에 대해 말할 수 있는 이름의 확인을 사용자 지정할 수 있습니다.

ConfirmSendMessage(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageIntentResponse>)

개발자는 메시지를 보내도록 확인을 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveContent(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

개발자는 메시지 콘텐츠의 해상도를 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 대신 'ResolveSpeakableGroupName'을 사용해야 합니다.

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INPersonResolutionResult[]>)

개발자는 이 메서드를 구현하여 메시지 수신자의 확인을 사용자 지정할 수 있습니다.

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)

개발자는 이 메서드를 구현하여 메시지 수신자의 확인을 사용자 지정할 수 있습니다.

ResolveSpeakableGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSpeakableStringResolutionResult>)

개발자는 이 메서드를 구현하여 말하기 가능한 그룹 이름의 확인을 사용자 지정할 수 있습니다.

ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

개발자는 메시지 특성 설정의 확인을 사용자 지정하기 위해 이 메서드를 재정의할 수 있습니다.

ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>)

개발자는 이 메서드를 재정의하여 메시지 특성의 해상도를 사용자 지정할 수 있습니다.

적용 대상