Bagikan melalui


IPHLivePhotoViewDelegate Antarmuka

Definisi

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol PHLivePhotoViewDelegate.

[Foundation.Protocol(Name="PHLivePhotoViewDelegate", WrapperType=typeof(PhotosUI.PHLivePhotoViewDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IPHLivePhotoViewDelegate : IDisposable, ObjCRuntime.INativeObject
type IPHLivePhotoViewDelegate = interface
    interface INativeObject
    interface IDisposable
Turunan
Atribut
Penerapan

Keterangan

Antarmuka ini berisi metode yang diperlukan (jika ada) dari protokol yang ditentukan oleh PHLivePhotoViewDelegate.

Jika pengembang membuat kelas yang mengimplementasikan antarmuka ini, metode implementasi akan secara otomatis diekspor ke Objective-C dengan tanda tangan yang cocok dari metode yang ditentukan dalam PHLivePhotoViewDelegate protokol.

Metode opsional (jika ada) disediakan oleh PHLivePhotoViewDelegate_Extensions kelas sebagai metode ekstensi ke antarmuka, memungkinkan pengembang untuk memanggil metode opsional apa pun pada protokol.

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode Ekstensi

DidEndPlayback(IPHLivePhotoViewDelegate, PHLivePhotoView, PHLivePhotoViewPlaybackStyle)

Metode yang disebut pemutaran aftr berakhir.

WillBeginPlayback(IPHLivePhotoViewDelegate, PHLivePhotoView, PHLivePhotoViewPlaybackStyle)

Metode yang dipanggil tepat sebelum pemutaran dimulai.

Berlaku untuk