xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Protocol(Name = "INStartPhotoPlaybackIntentHandling", WrapperType = typeof(INStartPhotoPlaybackIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleStartPhotoPlayback", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V86) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INStartPhotoPlaybackIntentResponse>) }, Selector = "handleStartPhotoPlayback:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmStartPhotoPlayback", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V86) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INStartPhotoPlaybackIntentResponse>) }, Selector = "confirmStartPhotoPlayback:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDateCreated", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDateCreatedForStartPhotoPlayback:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveLocationCreated", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V70) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INPlacemarkResolutionResult>) }, Selector = "resolveLocationCreatedForStartPhotoPlayback:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAlbumName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V81) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INStringResolutionResult>) }, Selector = "resolveAlbumNameForStartPhotoPlayback:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePeopleInPhoto", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartPhotoPlaybackIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolvePeopleInPhotoForStartPhotoPlayback:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINStartPhotoPlaybackIntentHandling : INativeObject, IDisposable
}
.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. |