IINSaveProfileInCarIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INSaveProfileInCarIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INSaveProfileInCarIntentHandling", WrapperType=typeof(Intents.INSaveProfileInCarIntentHandlingWrapper))]
[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 IINSaveProfileInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSaveProfileInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSaveProfileInCar(INSaveProfileInCarIntent, Action<INSaveProfileInCarIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INSaveProfileInCarIntentResponse appropriate to the INSaveProfileInCarIntent intent.

Extension Methods

ConfirmSaveProfileInCar(IINSaveProfileInCarIntentHandling, INSaveProfileInCarIntent, Action<INSaveProfileInCarIntentResponse>)

Developers may override this method to customize the confirmation of the saving of a profile.

ResolveProfileName(IINSaveProfileInCarIntentHandling, INSaveProfileInCarIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resolution of the profile name.

ResolveProfileNumber(IINSaveProfileInCarIntentHandling, INSaveProfileInCarIntent, Action<INIntegerResolutionResult>)

Developers may override this method to customize the resolution of the profile number.

Applies to