get Remote Control List
fun getRemoteControlList(@NonNull filter: Predicate<RemoteControlListEntry>, @NonNull observer: Ref.Observer<List<RemoteControlListEntry>>): Ref<List<RemoteControlListEntry>>
Content copied to clipboard
Gets a list of known remote controls and registers an observer notified each time this list changes.
Return
a reference to the requested list
Parameters
filter
filter to select remote controls to include into the returned list. The filter criteria must not change during the list reference lifecycle.
observer
observer notified each time this list changes