IINStartPhotoPlaybackIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用completionINStartPhotoPlaybackIntentResponse适当的 调用 。arg

[Foundation.Protocol(Name="INStartPhotoPlaybackIntentHandling", WrapperType=typeof(Intents.INStartPhotoPlaybackIntentHandlingWrapper))]
[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 IINStartPhotoPlaybackIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINStartPhotoPlaybackIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleStartPhotoPlayback(INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

开发人员必须重写此方法,并使用 相应的 INStartPhotoPlaybackIntentintent调用 T:System.Action'1INStartPhotoPlaybackIntentResponse

扩展方法

ConfirmStartPhotoPlayback(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

开发人员可以实现此方法来自定义确认照片播放会话可能启动的行为。

ResolveAlbumName(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStringResolutionResult>)

开发人员可以实施此方法来确认他们可以解析相册名称。

ResolveDateCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INDateComponentsRangeResolutionResult>)

开发人员可以实现此功能,以便自定义照片拍摄日期的解析行为。

ResolveLocationCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPlacemarkResolutionResult>)

开发人员可以实现此功能,以便自定义解析照片拍摄位置的行为。

ResolvePeopleInPhoto(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPersonResolutionResult[]>)

开发人员可以实现此功能,以便自定义在照片中解析人员的行为。

适用于