Share via


TVDocumentViewControllerDelegate_Extensions.DidUpdate Method

Definition

Overloads

DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdate(this TVMLKit.ITVDocumentViewControllerDelegate This, TVMLKit.TVDocumentViewController documentViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdate : TVMLKit.ITVDocumentViewControllerDelegate * TVMLKit.TVDocumentViewController -> unit

Parameters

documentViewController
TVDocumentViewController
Attributes

Applies to

DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController, NSDictionary<NSString,NSObject>)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdate(this TVMLKit.ITVDocumentViewControllerDelegate This, TVMLKit.TVDocumentViewController documentViewController, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> context);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdate : TVMLKit.ITVDocumentViewControllerDelegate * TVMLKit.TVDocumentViewController * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit

Parameters

documentViewController
TVDocumentViewController
Attributes

Applies to