RemoteControlListEntry

abstract class RemoteControlListEntry

An entry of the remote control list returned by getRemoteControlList.

Functions

getModel
Link copied to clipboard
abstract fun getModel(): RemoteControl.Model
Gets the remote control model.
getName
Link copied to clipboard
abstract fun getName(): String
Gets the remote control name.
getState
Link copied to clipboard
abstract fun getState(): DeviceState
Gets the remote control state.
getUid
Link copied to clipboard
abstract fun getUid(): String
Gets the remote control uid.