Table of Contents

Class TvInteractiveAppManager

Namespace
Android.Media.Tv.Interactive
Assembly
MASES.Netdroid.dll
public class TvInteractiveAppManager : JVMBridgeBase<TvInteractiveAppManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TvInteractiveAppManager
Implements
Extension Methods

Constructors

TvInteractiveAppManager(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TvInteractiveAppManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

public static String ACTION_APP_LINK_COMMAND { get; set; }

Property Value

String
public static String APP_LINK_KEY_BACK_URI { get; set; }

Property Value

String
public static String APP_LINK_KEY_CLASS_NAME { get; set; }

Property Value

String
public static String APP_LINK_KEY_COMMAND_TYPE { get; set; }

Property Value

String
public static String APP_LINK_KEY_PACKAGE_NAME { get; set; }

Property Value

String
public static String APP_LINK_KEY_SERVICE_ID { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ERROR_BLOCKED

public static int ERROR_BLOCKED { get; set; }

Property Value

int

ERROR_ENCRYPTED

public static int ERROR_ENCRYPTED { get; set; }

Property Value

int

ERROR_NONE

public static int ERROR_NONE { get; set; }

Property Value

int

ERROR_NOT_SUPPORTED

public static int ERROR_NOT_SUPPORTED { get; set; }

Property Value

int

ERROR_RESOURCE_UNAVAILABLE

public static int ERROR_RESOURCE_UNAVAILABLE { get; set; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; set; }

Property Value

int

ERROR_UNKNOWN_CHANNEL

public static int ERROR_UNKNOWN_CHANNEL { get; set; }

Property Value

int

ERROR_WEAK_SIGNAL

public static int ERROR_WEAK_SIGNAL { get; set; }

Property Value

int

INTENT_KEY_BI_INTERACTIVE_APP_TYPE

public static String INTENT_KEY_BI_INTERACTIVE_APP_TYPE { get; set; }

Property Value

String

INTENT_KEY_BI_INTERACTIVE_APP_URI

public static String INTENT_KEY_BI_INTERACTIVE_APP_URI { get; set; }

Property Value

String

INTENT_KEY_CHANNEL_URI

public static String INTENT_KEY_CHANNEL_URI { get; set; }

Property Value

String

INTENT_KEY_COMMAND_TYPE

public static String INTENT_KEY_COMMAND_TYPE { get; set; }

Property Value

String

INTENT_KEY_INTERACTIVE_APP_SERVICE_ID

public static String INTENT_KEY_INTERACTIVE_APP_SERVICE_ID { get; set; }

Property Value

String

INTENT_KEY_TV_INPUT_ID

public static String INTENT_KEY_TV_INPUT_ID { get; set; }

Property Value

String

INTERACTIVE_APP_STATE_ERROR

public static int INTERACTIVE_APP_STATE_ERROR { get; set; }

Property Value

int

INTERACTIVE_APP_STATE_RUNNING

public static int INTERACTIVE_APP_STATE_RUNNING { get; set; }

Property Value

int

INTERACTIVE_APP_STATE_STOPPED

public static int INTERACTIVE_APP_STATE_STOPPED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SERVICE_STATE_ERROR

public static int SERVICE_STATE_ERROR { get; set; }

Property Value

int

SERVICE_STATE_PREPARING

public static int SERVICE_STATE_PREPARING { get; set; }

Property Value

int

SERVICE_STATE_READY

public static int SERVICE_STATE_READY { get; set; }

Property Value

int

SERVICE_STATE_UNREALIZED

public static int SERVICE_STATE_UNREALIZED { get; set; }

Property Value

int

TELETEXT_APP_STATE_ERROR

public static int TELETEXT_APP_STATE_ERROR { get; set; }

Property Value

int

TELETEXT_APP_STATE_HIDE

public static int TELETEXT_APP_STATE_HIDE { get; set; }

Property Value

int

TELETEXT_APP_STATE_SHOW

public static int TELETEXT_APP_STATE_SHOW { get; set; }

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