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>)

开发人员必须重写此方法,并使用 适用于 INListRideOptionsIntentintent的 调用 T:System.Action'1INListRideOptionsIntentResponse

(继承自 IINListRideOptionsIntentHandling)
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INRequestRideIntentintent的 调用 T:System.Action'1INRequestRideIntentResponse

(继承自 IINRequestRideIntentHandling)
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INGetRideStatusIntentintent的 调用 T:System.Action'1INGetRideStatusIntentResponse

(继承自 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>)

开发人员可以实现此功能来自定义计划取件时间的解决方法。

适用于