IINSendRideFeedbackIntentHandling 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 INSendRideFeedbackIntentResponse appropriate to arg
.
[Foundation.Protocol(Name="INSendRideFeedbackIntentHandling", WrapperType=typeof(Intents.INSendRideFeedbackIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSendRideFeedbackIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSendRideFeedbackIntentHandling = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
HandleSendRideFeedback(INSendRideFeedbackIntent, Action<INSendRideFeedbackIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INSendRideFeedbackIntentResponse appropriate to the INSendRideFeedbackIntent |
Extension Methods
Confirm(IINSendRideFeedbackIntentHandling, INSendRideFeedbackIntent, Action<INSendRideFeedbackIntentResponse>) |