共用方式為


IINStartPhotoPlaybackIntentHandling 介面

定義

定義處理常式方法的介面,實作時,必須使用 適當的 來 arg 呼叫 INStartPhotoPlaybackIntentResponsecompletion

[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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleStartPhotoPlayback(INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INStartPhotoPlaybackIntent 來叫用 INStartPhotoPlaybackIntentResponse T:System.Action'1intent

擴充方法

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

開發人員可以實作此動作,以自訂解析相片中人員的行為。

適用於