IINCallsDomainHandling Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Antarmuka menggabungkan beberapa antarmuka yang terkait dengan berbagai niat panggilan telepon.
[Foundation.Protocol(Name="INCallsDomainHandling", WrapperType=typeof(Intents.INCallsDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINCallsDomainHandling : IDisposable, Intents.IINSearchCallHistoryIntentHandling, Intents.IINStartAudioCallIntentHandling, Intents.IINStartVideoCallIntentHandling
type IINCallsDomainHandling = interface
interface INativeObject
interface IDisposable
interface IINSearchCallHistoryIntentHandling
interface IINStartAudioCallIntentHandling
interface IINStartVideoCallIntentHandling
- Atribut
- Penerapan
Properti
Handle |
Tangani (penunjuk) ke representasi objek yang tidak dikelola. (Diperoleh dari INativeObject) |
Metode
HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>) |
Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INSearchCallHistoryIntentResponse sesuai dengan INSearchCallHistoryIntent |
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INStartAudioCallIntentResponse sesuai dengan INStartAudioCallIntent |
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INStartVideoCallIntentResponse sesuai dengan INStartVideoCallIntent |