Bagikan melalui


IINSetMessageAttributeIntentHandling Antarmuka

Definisi

Antarmuka yang mendefinisikan metode handler yang, ketika diimplementasikan, harus memanggil completion dengan yang INSetMessageAttributeIntentResponse sesuai dengan arg.

[Foundation.Protocol(Name="INSetMessageAttributeIntentHandling", WrapperType=typeof(Intents.INSetMessageAttributeIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetMessageAttributeIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetMessageAttributeIntentHandling = interface
    interface INativeObject
    interface IDisposable
Turunan
Atribut
Penerapan

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode

HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INSetMessageAttributeIntentResponse sesuai dengan INSetMessageAttributeIntentintent.

Metode Ekstensi

ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

Pengembang dapat mengambil alih metode ini untuk menyesuaikan konfirmasi pengaturan atribut pesan.

ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>)

Pengembang dapat mengambil alih metode ini untuk menyesuaikan resolusi atribut pesan.

Berlaku untuk