IINRidesharingDomainHandling 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面結合數個與各種車程意圖相關的介面。
[Foundation.Protocol(Name="INRidesharingDomainHandling", WrapperType=typeof(Intents.INRidesharingDomainHandlingWrapper))]
[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 IINRidesharingDomainHandling : IDisposable, Intents.IINGetRideStatusIntentHandling, Intents.IINListRideOptionsIntentHandling, Intents.IINRequestRideIntentHandling
type IINRidesharingDomainHandling = interface
interface INativeObject
interface IDisposable
interface IINGetRideStatusIntentHandling
interface IINListRideOptionsIntentHandling
interface IINRequestRideIntentHandling
- 屬性
- 實作
屬性
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 INativeObject) |
方法
HandleListRideOptions(INListRideOptionsIntent, Action<INListRideOptionsIntentResponse>) |
開發人員必須覆寫這個方法,並使用 適當的 INListRideOptionsIntent 來叫用 INListRideOptionsIntentResponse T:System.Action'1。 |
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>) |
開發人員必須覆寫這個方法,並使用 適當的 INRequestRideIntent 來叫用 INRequestRideIntentResponse T:System.Action'1。 |
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>) |
開發人員必須覆寫這個方法,並使用 適當的 INGetRideStatusIntent 來叫用 INGetRideStatusIntentResponse T:System.Action'1。 |
StartSendingUpdates(INGetRideStatusIntent, IINGetRideStatusIntentResponseObserver) |
開發人員可能會呼叫這個方法來開始傳送有關車程狀態的更新。 (繼承來源 IINGetRideStatusIntentHandling) |
StopSendingUpdates(INGetRideStatusIntent) |
開發人員可能會呼叫此方法,以結束傳送有關車程狀態的更新。 (繼承來源 IINGetRideStatusIntentHandling) |