Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FunctionalityPluginMethodEvents
Deactivate apporg.rdk.RDKShelldestroy
Suspend apporg.rdk.RDKShellsuspend
Focus Apporg.rdk.RDKShellsetFocus
Move app to top of zorderorg.rdk.RDKShellmoveToFront
State change of application eventController
statechange
Add key interceptsorg.rdk.RDKShelladdKeyIntercept
Install Downloadable App bundleLISAinstall
operationStatus
To populate & manage the installed Downloaded App bundlesLISA
getStorageDetails, getList

Uninstall Downloadable App bundleLISAuninstall
Launch/resume Downloaded App bundleorg.rdk.RDKShelllaunchApplication, 
resumeApplication

Suspend/Kill Downloaded App bundleorg.rdk.RDKShellkill
  • Xcast Feature

FunctionalityPluginMethodEvents
Activate Xcast PluginController (org.rdk.Xcast)activate
Deactivate Xcast PluginController (org.rdk.Xcast)deactivate
Enable/Disable Xcast Statusorg.rdk.XcastgetEnabled
Set Enable/Disable Xcast Statusorg.rdk.XcastsetEnabled
Notify Application Stateorg.rdk.XcastonApplicationStateChanged
Launch Request eventorg.rdk.Xcast
onApplicationLaunchRequest
Hide Request eventorg.rdk.Xcast
onApplicationHideRequest
Resume Request eventorg.rdk.Xcast
onApplicationResumeRequest
Stop Request eventorg.rdk.Xcast
onApplicationStopRequest
State Request eventorg.rdk.Xcast
onApplicationStateRequest

...

FunctionalityPluginMethodEvent
Get available countriesDTVnumberOfCountries
Get list of countryDTVcountryList
Get list of services(channels with name, uri and other details)DTVserviceList@dvbs
Get list of available satellitesDTVserviceList@dvbs
Initiates a service searchDTVstartServiceSearch
Get available servicesDTVnumberOfServices
Get schedule for given channelDTVscheduleEvents@PARAMS
Get current and next event details for channelDTVnowNextEvents@PARAMS
  • Voice Remote Control

Functionality

Plugin

Method

Events

Details of Voice Remote Control

org.rdk.RemoteControl

getNetStatus



  • HDMI Input

Functionality

Plugin

Method

Events

Returns an array of available HDMI Input ports

org.rdk.HdmiInput

getHDMIInputDevices


Provides access to the current configured video output port resolution.

PlayerInfo.1.resolution (read only )



Activates the specified HDMI Input port as the primary video source.

org.rdk.HdmiInput

startHdmiInput


Deactivates the HDMI Input port currently selected as the primary video source.

org.rdk.HdmiInput

stopHdmiInput


Triggered whenever the status changes for an HDMI Input.

org.rdk.HdmiInput


onInputStatusChanged

Triggered whenever a new HDMI device is connected to an HDMI Input.

org.rdk.HdmiInput


onDevicesChanged

Triggered whenever the signal status changes for an HDMI Input.

org.rdk.HdmiInput


onSignalChanged

...

Functionality

Plugin

Method

Events

Returns connected audio output ports

org.rdk.DisplaySettings

getConnectedAudioPorts


Returns the current volume level

org.rdk.DisplaySettings

getVolumeLevel


Returns whether audio is muted on a given port

org.rdk.DisplaySettings

getMuted


Adjusts the Volume Level on a specific port

org.rdk.DisplaySettings

setVolumeLevel


Mutes or unmutes audio on a specific port

org.rdk.DisplaySettings

setMuted


  • Voice

Functionality

Plugin

Method

Events


org.rdk.VoiceControl

onServerMessage

org.rdk.VoiceControl
onSessionBegin

org.rdk.VoiceControl
onStreamBegin

org.rdk.VoiceControl
onStreamEnd




...

How To...

The following section details about few debug steps to confirm some generic issues and doubts when working with an RDK-V stack and this UI.

...