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>) |
开发人员必须重写此方法,并使用 适用于 INListRideOptionsIntent |
HandleRequestRide(INRequestRideIntent, Action<INRequestRideIntentResponse>) |
开发人员必须重写此方法,并使用 适用于 INRequestRideIntent |
HandleRideStatus(INGetRideStatusIntent, Action<INGetRideStatusIntentResponse>) |
开发人员必须重写此方法,并使用 适用于 INGetRideStatusIntent |
StartSendingUpdates(INGetRideStatusIntent, IINGetRideStatusIntentResponseObserver) |
开发人员可以调用此方法开始发送有关行程状态的更新。 (继承自 IINGetRideStatusIntentHandling) |
StopSendingUpdates(INGetRideStatusIntent) |
开发人员可以调用此方法以结束发送有关乘坐状态的更新。 (继承自 IINGetRideStatusIntentHandling) |