xamarinwatchos
namespace Intents
{
    [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
    [Protocol(Name = "INRequestRideIntentHandling", WrapperType = typeof(INRequestRideIntentHandlingWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleRequestRide", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V98) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INRequestRideIntentResponse>) }, Selector = "handleRequestRide:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmRequestRide", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V98) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INRequestRideIntentResponse>) }, Selector = "confirmRequestRide:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePickupLocation", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V70) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INPlacemarkResolutionResult>) }, Selector = "resolvePickupLocationForRequestRide:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDropOffLocation", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V70) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INPlacemarkResolutionResult>) }, Selector = "resolveDropOffLocationForRequestRide:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRideOptionName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V38) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveRideOptionNameForRequestRide:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePartySize", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V99) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INIntegerResolutionResult>) }, Selector = "resolvePartySizeForRequestRide:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveScheduledPickupTime", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INRequestRideIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveScheduledPickupTimeForRequestRide:withCompletion:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    public interface IINRequestRideIntentHandling : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("handleRequestRide:completion:")]
        [Preserve(Conditional = true)]
        void HandleRequestRide(INRequestRideIntent! intent, [BlockProxy(typeof(NIDActionArity1V98))] Action<INRequestRideIntentResponse!>! completion);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinwatchos
Assembly

Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/10/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙