Uses of Class
org.robovm.apple.photosui.PHLivePhotoViewPlaybackStyle
| Package | Description |
|---|---|
| org.robovm.apple.photosui |
-
Uses of PHLivePhotoViewPlaybackStyle in org.robovm.apple.photosui
Methods in org.robovm.apple.photosui that return PHLivePhotoViewPlaybackStyle Modifier and Type Method Description static PHLivePhotoViewPlaybackStylePHLivePhotoViewPlaybackStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static PHLivePhotoViewPlaybackStylePHLivePhotoViewPlaybackStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static PHLivePhotoViewPlaybackStyle[]PHLivePhotoViewPlaybackStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.photosui with parameters of type PHLivePhotoViewPlaybackStyle Modifier and Type Method Description booleanPHLivePhotoViewDelegate. canBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)booleanPHLivePhotoViewDelegateAdapter. canBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voidPHLivePhotoViewDelegate. didEndPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voidPHLivePhotoViewDelegateAdapter. didEndPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voidPHLivePhotoView. startPlayback(PHLivePhotoViewPlaybackStyle playbackStyle)voidPHLivePhotoViewDelegate. willBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)voidPHLivePhotoViewDelegateAdapter. willBeginPlayback(PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle)