IINStartVideoCallIntentHandling 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 defining handler method that, when implemented, must call completion
with an INStartVideoCallIntentResponse appropriate to arg
.
[Foundation.Protocol(Name="INStartVideoCallIntentHandling", WrapperType=typeof(Intents.INStartVideoCallIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINStartVideoCallIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINStartVideoCallIntentHandling = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INStartVideoCallIntentResponse appropriate to the INStartVideoCallIntent |
Extension Methods
ConfirmStartVideoCall(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Developers may implement this method to customize behavior during confirmation to start a video call. |
ResolveContacts(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INPersonResolutionResult[]>) |
Developers may implement this method to customize the resolution of a contact. |