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

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandleListRideOptions(INListRideOptionsIntent, Action<INListRideOptionsIntentResponse>)

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INListRideOptionsIntentResponseINListRideOptionsIntentintent呼び出す必要があります。

(継承元 IINListRideOptionsIntentHandling)
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>)

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INRequestRideIntentResponseINRequestRideIntentintent呼び出す必要があります。

(継承元 IINRequestRideIntentHandling)
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>)

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INGetRideStatusIntentResponseINGetRideStatusIntentintent呼び出す必要があります。

(継承元 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>)

開発者はこれを実装して、スケジュールされた集荷時間の解決をカスタマイズできます。

適用対象