共用方式為


IINRidesharingDomainHandling 介面

定義

介面結合數個與各種車程意圖相關的介面。

[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'1intent

(繼承來源 IINListRideOptionsIntentHandling)
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INRequestRideIntent 來叫用 INRequestRideIntentResponse T:System.Action'1intent

(繼承來源 IINRequestRideIntentHandling)
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INGetRideStatusIntent 來叫用 INGetRideStatusIntentResponse T:System.Action'1intent

(繼承來源 IINGetRideStatusIntentHandling)
StartSendingUpdates(INGetRideStatusIntent, IINGetRideStatusIntentResponseObserver)

開發人員可能會呼叫這個方法來開始傳送有關車程狀態的更新。

(繼承來源 IINGetRideStatusIntentHandling)
StopSendingUpdates(INGetRideStatusIntent)

開發人員可能會呼叫此方法,以結束傳送有關車程狀態的更新。

(繼承來源 IINGetRideStatusIntentHandling)

擴充方法

ConfirmRideStatus(IINGetRideStatusIntentHandling, INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>)

開發人員可能會覆寫此方法,以自訂車程狀態的確認。

ConfirmListRideOptions(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INListRideOptionsIntentResponse>)

開發人員可能會覆寫此方法,以自訂車程選項清單的確認。

ResolveDropOffLocation(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INPlacemarkResolutionResult>)

開發人員可以覆寫這個方法來自訂下車位置的解析度。

ResolvePickupLocation(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INPlacemarkResolutionResult>)

開發人員可以覆寫這個方法來自訂取貨位置的解析度。

ConfirmRequestRide(IINRequestRideIntentHandling, INRequestRideIntent, Action<INRequestRideIntentResponse>)

開發人員可能會覆寫此方法,以自訂車程要求的確認。

ResolveDropOffLocation(IINRequestRideIntentHandling, INRequestRideIntent, Action<INPlacemarkResolutionResult>)

開發人員可以覆寫這個方法來自訂下車位置的解析度。

ResolvePartySize(IINRequestRideIntentHandling, INRequestRideIntent, Action<INIntegerResolutionResult>)

開發人員可以覆寫此方法,以自訂合作物件中乘客數目的解決方式。

ResolvePickupLocation(IINRequestRideIntentHandling, INRequestRideIntent, Action<INPlacemarkResolutionResult>)

開發人員可以覆寫這個方法來自訂取貨位置的解析度。

ResolveRideOptionName(IINRequestRideIntentHandling, INRequestRideIntent, Action<INSpeakableStringResolutionResult>)

開發人員可能會覆寫此方法,以自訂與車程相關的選項解析度。

ResolveScheduledPickupTime(IINRequestRideIntentHandling, INRequestRideIntent, Action<INDateComponentsRangeResolutionResult>)

開發人員可以實作此動作,以自訂排程取貨時間的解決方式。

適用於