IINStartPhotoPlaybackIntentHandling インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実装時に、 に適切な を使用して を呼び出す completion
必要があるハンドラー メソッドを INStartPhotoPlaybackIntentResponse 定義する 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>) |
開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INStartPhotoPlaybackIntentResponse を INStartPhotoPlaybackIntent |
拡張メソッド
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[]>) |
開発者は、写真内のユーザーを解決する動作をカスタマイズするために、これを実装できます。 |