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
initializerIJVMBridgeBaseInitializer
Properties
ACTION_APP_LINK_COMMAND
public static String ACTION_APP_LINK_COMMAND { get; set; }
Property Value
APP_LINK_KEY_BACK_URI
public static String APP_LINK_KEY_BACK_URI { get; set; }
Property Value
APP_LINK_KEY_CLASS_NAME
public static String APP_LINK_KEY_CLASS_NAME { get; set; }
Property Value
APP_LINK_KEY_COMMAND_TYPE
public static String APP_LINK_KEY_COMMAND_TYPE { get; set; }
Property Value
APP_LINK_KEY_PACKAGE_NAME
public static String APP_LINK_KEY_PACKAGE_NAME { get; set; }
Property Value
APP_LINK_KEY_SERVICE_ID
public static String APP_LINK_KEY_SERVICE_ID { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ERROR_BLOCKED
public static int ERROR_BLOCKED { get; set; }
Property Value
ERROR_ENCRYPTED
public static int ERROR_ENCRYPTED { get; set; }
Property Value
ERROR_NONE
public static int ERROR_NONE { get; set; }
Property Value
ERROR_NOT_SUPPORTED
public static int ERROR_NOT_SUPPORTED { get; set; }
Property Value
ERROR_RESOURCE_UNAVAILABLE
public static int ERROR_RESOURCE_UNAVAILABLE { get; set; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; set; }
Property Value
ERROR_UNKNOWN_CHANNEL
public static int ERROR_UNKNOWN_CHANNEL { get; set; }
Property Value
ERROR_WEAK_SIGNAL
public static int ERROR_WEAK_SIGNAL { get; set; }
Property Value
INTENT_KEY_BI_INTERACTIVE_APP_TYPE
public static String INTENT_KEY_BI_INTERACTIVE_APP_TYPE { get; set; }
Property Value
INTENT_KEY_BI_INTERACTIVE_APP_URI
public static String INTENT_KEY_BI_INTERACTIVE_APP_URI { get; set; }
Property Value
INTENT_KEY_CHANNEL_URI
public static String INTENT_KEY_CHANNEL_URI { get; set; }
Property Value
INTENT_KEY_COMMAND_TYPE
public static String INTENT_KEY_COMMAND_TYPE { get; set; }
Property Value
INTENT_KEY_INTERACTIVE_APP_SERVICE_ID
public static String INTENT_KEY_INTERACTIVE_APP_SERVICE_ID { get; set; }
Property Value
INTENT_KEY_TV_INPUT_ID
public static String INTENT_KEY_TV_INPUT_ID { get; set; }
Property Value
INTERACTIVE_APP_STATE_ERROR
public static int INTERACTIVE_APP_STATE_ERROR { get; set; }
Property Value
INTERACTIVE_APP_STATE_RUNNING
public static int INTERACTIVE_APP_STATE_RUNNING { get; set; }
Property Value
INTERACTIVE_APP_STATE_STOPPED
public static int INTERACTIVE_APP_STATE_STOPPED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SERVICE_STATE_ERROR
public static int SERVICE_STATE_ERROR { get; set; }
Property Value
SERVICE_STATE_PREPARING
public static int SERVICE_STATE_PREPARING { get; set; }
Property Value
SERVICE_STATE_READY
public static int SERVICE_STATE_READY { get; set; }
Property Value
SERVICE_STATE_UNREALIZED
public static int SERVICE_STATE_UNREALIZED { get; set; }
Property Value
TELETEXT_APP_STATE_ERROR
public static int TELETEXT_APP_STATE_ERROR { get; set; }
Property Value
TELETEXT_APP_STATE_HIDE
public static int TELETEXT_APP_STATE_HIDE { get; set; }
Property Value
TELETEXT_APP_STATE_SHOW
public static int TELETEXT_APP_STATE_SHOW { get; set; }
Property Value
Methods
GetAppLinkInfoList()
public List<AppLinkInfo> GetAppLinkInfoList()
Returns
GetTvInteractiveAppServiceList()
public List<TvInteractiveAppServiceInfo> GetTvInteractiveAppServiceList()
Returns
RegisterAppLinkInfo(String, AppLinkInfo)
public void RegisterAppLinkInfo(String arg0, AppLinkInfo arg1)
Parameters
arg0Stringarg1AppLinkInfo
RegisterCallback(Executor, TvInteractiveAppCallback)
public void RegisterCallback(Executor arg0, TvInteractiveAppManager.TvInteractiveAppCallback arg1)
Parameters
SendAppLinkCommand(String, Bundle)
public void SendAppLinkCommand(String arg0, Bundle arg1)
Parameters
UnregisterAppLinkInfo(String, AppLinkInfo)
public void UnregisterAppLinkInfo(String arg0, AppLinkInfo arg1)
Parameters
arg0Stringarg1AppLinkInfo
UnregisterCallback(TvInteractiveAppCallback)
public void UnregisterCallback(TvInteractiveAppManager.TvInteractiveAppCallback arg0)