Table of Contents

Class TvInteractiveAppManager

Namespace
Android.Media.Tv.Interactive
Assembly
MASES.Netdroid.dll
public class TvInteractiveAppManager : JVMBridgeBase<TvInteractiveAppManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
TvInteractiveAppManager
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TvInteractiveAppManager>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TvInteractiveAppManager>.IsAssignableFrom<T>()
JVMBridgeBase<TvInteractiveAppManager>.Execute<T>(params T[])
JVMBridgeBase<TvInteractiveAppManager>.DynBridgeClazz
JVMBridgeBase<TvInteractiveAppManager>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

TvInteractiveAppManager()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public TvInteractiveAppManager()

TvInteractiveAppManager(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public TvInteractiveAppManager(params object[] args)

Parameters

args object[]

Properties

public static String ACTION_APP_LINK_COMMAND { get; }

Property Value

String
public static String APP_LINK_KEY_BACK_URI { get; }

Property Value

String
public static String APP_LINK_KEY_CLASS_NAME { get; }

Property Value

String
public static String APP_LINK_KEY_COMMAND_TYPE { get; }

Property Value

String
public static String APP_LINK_KEY_PACKAGE_NAME { get; }

Property Value

String
public static String APP_LINK_KEY_SERVICE_ID { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ERROR_BLOCKED

public static int ERROR_BLOCKED { get; }

Property Value

int

ERROR_ENCRYPTED

public static int ERROR_ENCRYPTED { get; }

Property Value

int

ERROR_NONE

public static int ERROR_NONE { get; }

Property Value

int

ERROR_NOT_SUPPORTED

public static int ERROR_NOT_SUPPORTED { get; }

Property Value

int

ERROR_RESOURCE_UNAVAILABLE

public static int ERROR_RESOURCE_UNAVAILABLE { get; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; }

Property Value

int

ERROR_UNKNOWN_CHANNEL

public static int ERROR_UNKNOWN_CHANNEL { get; }

Property Value

int

ERROR_WEAK_SIGNAL

public static int ERROR_WEAK_SIGNAL { get; }

Property Value

int

INTENT_KEY_BI_INTERACTIVE_APP_TYPE

public static String INTENT_KEY_BI_INTERACTIVE_APP_TYPE { get; }

Property Value

String

INTENT_KEY_BI_INTERACTIVE_APP_URI

public static String INTENT_KEY_BI_INTERACTIVE_APP_URI { get; }

Property Value

String

INTENT_KEY_CHANNEL_URI

public static String INTENT_KEY_CHANNEL_URI { get; }

Property Value

String

INTENT_KEY_COMMAND_TYPE

public static String INTENT_KEY_COMMAND_TYPE { get; }

Property Value

String

INTENT_KEY_INTERACTIVE_APP_SERVICE_ID

public static String INTENT_KEY_INTERACTIVE_APP_SERVICE_ID { get; }

Property Value

String

INTENT_KEY_TV_INPUT_ID

public static String INTENT_KEY_TV_INPUT_ID { get; }

Property Value

String

INTERACTIVE_APP_STATE_ERROR

public static int INTERACTIVE_APP_STATE_ERROR { get; }

Property Value

int

INTERACTIVE_APP_STATE_RUNNING

public static int INTERACTIVE_APP_STATE_RUNNING { get; }

Property Value

int

INTERACTIVE_APP_STATE_STOPPED

public static int INTERACTIVE_APP_STATE_STOPPED { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SERVICE_STATE_ERROR

public static int SERVICE_STATE_ERROR { get; }

Property Value

int

SERVICE_STATE_PREPARING

public static int SERVICE_STATE_PREPARING { get; }

Property Value

int

SERVICE_STATE_READY

public static int SERVICE_STATE_READY { get; }

Property Value

int

SERVICE_STATE_UNREALIZED

public static int SERVICE_STATE_UNREALIZED { get; }

Property Value

int

TELETEXT_APP_STATE_ERROR

public static int TELETEXT_APP_STATE_ERROR { get; }

Property Value

int

TELETEXT_APP_STATE_HIDE

public static int TELETEXT_APP_STATE_HIDE { get; }

Property Value

int

TELETEXT_APP_STATE_SHOW

public static int TELETEXT_APP_STATE_SHOW { get; }

Property Value

int

Methods

GetAppLinkInfoList()

public List<AppLinkInfo> GetAppLinkInfoList()

Returns

List<AppLinkInfo>

List

GetTvInteractiveAppServiceList()

public List<TvInteractiveAppServiceInfo> GetTvInteractiveAppServiceList()

Returns

List<TvInteractiveAppServiceInfo>

List

RegisterAppLinkInfo(String, AppLinkInfo)

public void RegisterAppLinkInfo(String arg0, AppLinkInfo arg1)

Parameters

arg0 String

String

arg1 AppLinkInfo

AppLinkInfo

RegisterCallback(Executor, TvInteractiveAppCallback)

public void RegisterCallback(Executor arg0, TvInteractiveAppManager.TvInteractiveAppCallback arg1)

Parameters

arg0 Executor

Executor

arg1 TvInteractiveAppManager.TvInteractiveAppCallback

TvInteractiveAppManager.TvInteractiveAppCallback

SendAppLinkCommand(String, Bundle)

public void SendAppLinkCommand(String arg0, Bundle arg1)

Parameters

arg0 String

String

arg1 Bundle

Bundle

UnregisterAppLinkInfo(String, AppLinkInfo)

public void UnregisterAppLinkInfo(String arg0, AppLinkInfo arg1)

Parameters

arg0 String

String

arg1 AppLinkInfo

AppLinkInfo

UnregisterCallback(TvInteractiveAppCallback)

public void UnregisterCallback(TvInteractiveAppManager.TvInteractiveAppCallback arg0)

Parameters

arg0 TvInteractiveAppManager.TvInteractiveAppCallback

TvInteractiveAppManager.TvInteractiveAppCallback