Share via


TVDocumentViewControllerDelegate.DidUpdate Method

Definition

Overloads

DidUpdate(TVDocumentViewController)

[Foundation.Export("documentViewControllerDidUpdate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdate(TVMLKit.TVDocumentViewController documentViewController);
[<Foundation.Export("documentViewControllerDidUpdate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdate : TVMLKit.TVDocumentViewController -> unit
override this.DidUpdate : TVMLKit.TVDocumentViewController -> unit

Parameters

documentViewController
TVDocumentViewController

Implements

Attributes

Applies to

DidUpdate(TVDocumentViewController, NSDictionary<NSString,NSObject>)

[Foundation.Export("documentViewController:didUpdateWithContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdate(TVMLKit.TVDocumentViewController documentViewController, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> context);
[<Foundation.Export("documentViewController:didUpdateWithContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdate : TVMLKit.TVDocumentViewController * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.DidUpdate : TVMLKit.TVDocumentViewController * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit

Parameters

documentViewController
TVDocumentViewController

Implements

Attributes

Applies to