Package org.robovm.apple.avkit
Interface AVPlayerViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVPlayerViewControllerDelegateAdapter
public interface AVPlayerViewControllerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
willBeginFullScreenPresentation
void willBeginFullScreenPresentation(AVPlayerViewController playerViewController, UIViewControllerTransitionCoordinator coordinator)- Since:
- Available in iOS 12.0 and later.
-
willEndFullScreenPresentation
void willEndFullScreenPresentation(AVPlayerViewController playerViewController, UIViewControllerTransitionCoordinator coordinator)- Since:
- Available in iOS 12.0 and later.
-
restoreUserInterfaceForFullScreenExit
void restoreUserInterfaceForFullScreenExit(AVPlayerViewController playerViewController, VoidBooleanBlock completionHandler)- Since:
- Available in iOS 15.0 and later.
-
willStartPictureInPicture
-
didStartPictureInPicture
-
failedToStartPictureInPicture
-
willStopPictureInPicture
-
didStopPictureInPicture
-
shouldAutomaticallyDismissAtPictureInPictureStart
boolean shouldAutomaticallyDismissAtPictureInPictureStart(AVPlayerViewController playerViewController) -
restoreUserInterfaceForPictureInPictureStop
void restoreUserInterfaceForPictureInPictureStop(AVPlayerViewController playerViewController, VoidBooleanBlock completionHandler)
-