IVSAccountManagerDelegate.PresentViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PresentViewController(VSAccountManager, NSViewController) | |
PresentViewController(VSAccountManager, UIViewController) |
Developers override this to specify the UIViewController to be shown when the T:VideoSubscriberAccounts.VSAccountManager requires user interaction. |
PresentViewController(VSAccountManager, NSViewController)
[Foundation.Export("accountManager:presentViewController:")]
[Foundation.Preserve(Conditional=true)]
public void PresentViewController (VideoSubscriberAccount.VSAccountManager accountManager, AppKit.NSViewController viewController);
abstract member PresentViewController : VideoSubscriberAccount.VSAccountManager * AppKit.NSViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- NSViewController
- Attributes
Applies to
PresentViewController(VSAccountManager, UIViewController)
Developers override this to specify the UIViewController to be shown when the T:VideoSubscriberAccounts.VSAccountManager requires user interaction.
[Foundation.Export("accountManager:presentViewController:")]
[Foundation.Preserve(Conditional=true)]
public void PresentViewController (VideoSubscriberAccount.VSAccountManager accountManager, UIKit.UIViewController viewController);
abstract member PresentViewController : VideoSubscriberAccount.VSAccountManager * UIKit.UIViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- UIViewController
- Attributes
Remarks
Developers must call PresentViewController(UIViewController, Boolean, Action) or PresentViewControllerAsync(UIViewController, Boolean) before returning from this method.