VSAccountManagerDelegate.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:")]
public abstract void PresentViewController (VideoSubscriberAccount.VSAccountManager accountManager, AppKit.NSViewController viewController);
abstract member PresentViewController : VideoSubscriberAccount.VSAccountManager * AppKit.NSViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- NSViewController
Implements
- 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:")]
public abstract void PresentViewController (VideoSubscriberAccount.VSAccountManager accountManager, UIKit.UIViewController viewController);
abstract member PresentViewController : VideoSubscriberAccount.VSAccountManager * UIKit.UIViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- UIViewController
Implements
- Attributes