Table of Contents

Class TvInteractiveAppService

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

Constructors

TvInteractiveAppService()

public TvInteractiveAppService()

TvInteractiveAppService(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 TvInteractiveAppService(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COMMAND_PARAMETER_KEY_CHANGE_CHANNEL_QUIETLY

public static String COMMAND_PARAMETER_KEY_CHANGE_CHANNEL_QUIETLY { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_CHANNEL_URI

public static String COMMAND_PARAMETER_KEY_CHANNEL_URI { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_INPUT_ID

public static String COMMAND_PARAMETER_KEY_INPUT_ID { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_PLAYBACK_PARAMS

public static String COMMAND_PARAMETER_KEY_PLAYBACK_PARAMS { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_PROGRAM_URI

public static String COMMAND_PARAMETER_KEY_PROGRAM_URI { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_STOP_MODE

public static String COMMAND_PARAMETER_KEY_STOP_MODE { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_TIME_POSITION

public static String COMMAND_PARAMETER_KEY_TIME_POSITION { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_TIME_SHIFT_MODE

public static String COMMAND_PARAMETER_KEY_TIME_SHIFT_MODE { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_TRACK_ID

public static String COMMAND_PARAMETER_KEY_TRACK_ID { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_TRACK_TYPE

public static String COMMAND_PARAMETER_KEY_TRACK_TYPE { get; set; }

Property Value

String

COMMAND_PARAMETER_KEY_VOLUME

public static String COMMAND_PARAMETER_KEY_VOLUME { get; set; }

Property Value

String

COMMAND_PARAMETER_VALUE_STOP_MODE_BLANK

public static int COMMAND_PARAMETER_VALUE_STOP_MODE_BLANK { get; set; }

Property Value

int

COMMAND_PARAMETER_VALUE_STOP_MODE_FREEZE

public static int COMMAND_PARAMETER_VALUE_STOP_MODE_FREEZE { 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

PLAYBACK_COMMAND_TYPE_SELECT_TRACK

public static String PLAYBACK_COMMAND_TYPE_SELECT_TRACK { get; set; }

Property Value

String

PLAYBACK_COMMAND_TYPE_SET_STREAM_VOLUME

public static String PLAYBACK_COMMAND_TYPE_SET_STREAM_VOLUME { get; set; }

Property Value

String

PLAYBACK_COMMAND_TYPE_STOP

public static String PLAYBACK_COMMAND_TYPE_STOP { get; set; }

Property Value

String

PLAYBACK_COMMAND_TYPE_TUNE

public static String PLAYBACK_COMMAND_TYPE_TUNE { get; set; }

Property Value

String

PLAYBACK_COMMAND_TYPE_TUNE_NEXT

public static String PLAYBACK_COMMAND_TYPE_TUNE_NEXT { get; set; }

Property Value

String

PLAYBACK_COMMAND_TYPE_TUNE_PREV

public static String PLAYBACK_COMMAND_TYPE_TUNE_PREV { get; set; }

Property Value

String

SERVICE_INTERFACE

public static String SERVICE_INTERFACE { get; set; }

Property Value

String

SERVICE_META_DATA

public static String SERVICE_META_DATA { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_PAUSE

public static String TIME_SHIFT_COMMAND_TYPE_PAUSE { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_PLAY

public static String TIME_SHIFT_COMMAND_TYPE_PLAY { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_RESUME

public static String TIME_SHIFT_COMMAND_TYPE_RESUME { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_SEEK_TO

public static String TIME_SHIFT_COMMAND_TYPE_SEEK_TO { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_SET_MODE

public static String TIME_SHIFT_COMMAND_TYPE_SET_MODE { get; set; }

Property Value

String

TIME_SHIFT_COMMAND_TYPE_SET_PLAYBACK_PARAMS

public static String TIME_SHIFT_COMMAND_TYPE_SET_PLAYBACK_PARAMS { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for TvInteractiveAppService()

public static TvInteractiveAppService CreatePoolableInstance()

Returns

TvInteractiveAppService

NotifyStateChanged(int, int, int)

public void NotifyStateChanged(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

OnAppLinkCommand(Bundle)

public void OnAppLinkCommand(Bundle arg0)

Parameters

arg0 Bundle

Bundle

OnCreateSession(String, int)

public TvInteractiveAppService.Session OnCreateSession(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

TvInteractiveAppService.Session

TvInteractiveAppService.Session

OnRegisterAppLinkInfo(AppLinkInfo)

public void OnRegisterAppLinkInfo(AppLinkInfo arg0)

Parameters

arg0 AppLinkInfo

AppLinkInfo

OnUnregisterAppLinkInfo(AppLinkInfo)

public void OnUnregisterAppLinkInfo(AppLinkInfo arg0)

Parameters

arg0 AppLinkInfo

AppLinkInfo