IINGetRideStatusIntentResponseObserver 接口

定义

接收有关乘坐状态的定期更新。

[Foundation.Protocol(Name="INGetRideStatusIntentResponseObserver", WrapperType=typeof(Intents.INGetRideStatusIntentResponseObserverWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINGetRideStatusIntentResponseObserver : IDisposable, ObjCRuntime.INativeObject
type IINGetRideStatusIntentResponseObserver = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

DidUpdateRideStatus(INGetRideStatusIntentResponse)

开发人员可以重写此方法以响应骑乘状态的变化。

适用于