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 |
アンマネージド オブジェクト表現へのハンドル (ポインター)。 (継承元 INativeObject) |
メソッド
HandleListRideOptions(INListRideOptionsIntent, Action<INListRideOptionsIntentResponse>) |
開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INListRideOptionsIntentResponse を INListRideOptionsIntent |
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>) |
開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INRequestRideIntentResponse を INRequestRideIntent |
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>) |
開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INGetRideStatusIntentResponse を INGetRideStatusIntent |
StartSendingUpdates(INGetRideStatusIntent, IINGetRideStatusIntentResponseObserver) |
開発者は、このメソッドを呼び出して、乗車状態に関する更新プログラムの送信を開始できます。 (継承元 IINGetRideStatusIntentHandling) |
StopSendingUpdates(INGetRideStatusIntent) |
開発者は、このメソッドを呼び出して、乗車状態に関する更新プログラムの送信を終了できます。 (継承元 IINGetRideStatusIntentHandling) |