共用方式為


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)

開發人員可能會覆寫這個方法,以回應車程狀態的變更。

適用於