Package apple.photosui.protocol
Interface PHLivePhotoViewDelegate
-
public interface PHLivePhotoViewDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidlivePhotoViewDidEndPlaybackWithStyle(PHLivePhotoView livePhotoView, long playbackStyle)default voidlivePhotoViewWillBeginPlaybackWithStyle(PHLivePhotoView livePhotoView, long playbackStyle)
-
-
-
Method Detail
-
livePhotoViewDidEndPlaybackWithStyle
default void livePhotoViewDidEndPlaybackWithStyle(PHLivePhotoView livePhotoView, long playbackStyle)
-
livePhotoViewWillBeginPlaybackWithStyle
default void livePhotoViewWillBeginPlaybackWithStyle(PHLivePhotoView livePhotoView, long playbackStyle)
-
-