UIViewController.DismissMoviePlayerViewController Method

Definition

C#
[Foundation.Export("dismissMoviePlayerViewControllerAnimated")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVPlayerViewController' (AVKit) instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DismissMoviePlayerViewController();
Attributes

Remarks

Along with PresentMoviePlayerViewController(MPMoviePlayerViewController), this method can be used to control the presentation and dismissal of a MPMoviePlayerViewController

Applies to

Proizvod Verzije
Xamarin iOS SDK 12

See also

  • <xref:UIKit.UIViewController.PresentMoviePlayerViewController>