ITVApplicationControllerDelegate Interface

Definition

This interface represents the Objective-C protocol TVApplicationControllerDelegate.

[Foundation.Protocol(Name="TVApplicationControllerDelegate", WrapperType=typeof(TVMLKit.TVApplicationControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EvaluateAppJavaScript", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(JavaScriptCore.JSContext) }, Selector="appController:evaluateAppJavaScriptInContext:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishLaunching", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="appController:didFinishLaunchingWithOptions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFail", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSError) }, Selector="appController:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStop", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="appController:didStopWithOptions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPlayer", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController) }, ReturnType=typeof(TVMLKit.TVPlayer), Selector="playerForAppController:")]
public interface ITVApplicationControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="TVApplicationControllerDelegate", WrapperType=typeof(TVMLKit.TVApplicationControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EvaluateAppJavaScript", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(JavaScriptCore.JSContext) }, Selector="appController:evaluateAppJavaScriptInContext:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishLaunching", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="appController:didFinishLaunchingWithOptions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFail", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSError) }, Selector="appController:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStop", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="appController:didStopWithOptions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPlayer", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVApplicationController) }, ReturnType=typeof(TVMLKit.TVPlayer), Selector="playerForAppController:")>]
type ITVApplicationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to