IVSAccountManagerDelegate Interface

Definition

Interface representing the required methods (if any) of the protocol VSAccountManagerDelegate.

[Foundation.Protocol(Name="VSAccountManagerDelegate", WrapperType=typeof(VideoSubscriberAccount.VSAccountManagerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IVSAccountManagerDelegate : IDisposable, ObjCRuntime.INativeObject
type IVSAccountManagerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by VSAccountManagerDelegate.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the VSAccountManagerDelegate protocol.

Optional methods (if any) are provided by the VSAccountManagerDelegate_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DismissViewController(VSAccountManager, NSViewController)
DismissViewController(VSAccountManager, UIViewController)

Called after the user has interacted with the viewController.

PresentViewController(VSAccountManager, NSViewController)
PresentViewController(VSAccountManager, UIViewController)

Developers override this to specify the UIViewController to be shown when the T:VideoSubscriberAccounts.VSAccountManager requires user interaction.

Extension Methods

ShouldAuthenticateAccountProvider(IVSAccountManagerDelegate, VSAccountManager, String)

Applies to