Package org.robovm.apple.mediaplayer
Class UIViewControllerExtensions
java.lang.Object
org.robovm.objc.ObjCExtensions
org.robovm.apple.foundation.NSExtensions
org.robovm.apple.mediaplayer.UIViewControllerExtensions
public final class UIViewControllerExtensions extends NSExtensions
-
Method Summary
Modifier and Type Method Description static voiddismissMoviePlayerViewController(UIViewController thiz)Deprecated.Deprecated in iOS 9.0.static voidpresentMoviePlayerViewController(UIViewController thiz, MPMoviePlayerViewController moviePlayerViewController)Deprecated.Deprecated in iOS 9.0.Methods inherited from class org.robovm.apple.foundation.NSExtensions
allocMethods inherited from class org.robovm.objc.ObjCExtensions
initObject, updateStrongRef
-
Method Details
-
presentMoviePlayerViewController
@Deprecated public static void presentMoviePlayerViewController(UIViewController thiz, MPMoviePlayerViewController moviePlayerViewController)Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit. -
dismissMoviePlayerViewController
Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit.
-