IINCallsDomainHandling Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface combining several interfaces related to various phone-call intents.
[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
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INSearchCallHistoryIntentResponse appropriate to the INSearchCallHistoryIntent |
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INStartAudioCallIntentResponse appropriate to the INStartAudioCallIntent |
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INStartVideoCallIntentResponse appropriate to the INStartVideoCallIntent |