VSAccountManagerDelegate.DismissViewController 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
DismissViewController(VSAccountManager, NSViewController) | |
DismissViewController(VSAccountManager, UIViewController) |
Called after the user has interacted with the |
DismissViewController(VSAccountManager, NSViewController)
[Foundation.Export("accountManager:dismissViewController:")]
public abstract void DismissViewController (VideoSubscriberAccount.VSAccountManager accountManager, AppKit.NSViewController viewController);
abstract member DismissViewController : VideoSubscriberAccount.VSAccountManager * AppKit.NSViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- NSViewController
Implements
- Attributes
Applies to
DismissViewController(VSAccountManager, UIViewController)
Called after the user has interacted with the viewController
.
[Foundation.Export("accountManager:dismissViewController:")]
public abstract void DismissViewController (VideoSubscriberAccount.VSAccountManager accountManager, UIKit.UIViewController viewController);
abstract member DismissViewController : VideoSubscriberAccount.VSAccountManager * UIKit.UIViewController -> unit
Parameters
- accountManager
- VSAccountManager
- viewController
- UIViewController
Implements
- Attributes