Package org.robovm.apple.photosui
Interface PHLivePhotoViewDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
PHLivePhotoViewDelegateAdapter
public interface PHLivePhotoViewDelegate extends NSObjectProtocol
- Since:
- Available in iOS 9.1 and later.
-
Method Summary
Modifier and Type Method Description booleancanBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voiddidEndPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voidwillBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)
-
Method Details
-
canBeginPlayback
boolean canBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)- Since:
- Available in iOS 9.1 and later.
-
willBeginPlayback
- Since:
- Available in iOS 9.1 and later.
-
didEndPlayback
- Since:
- Available in iOS 9.1 and later.
-