RemoteController class to expose IRemoteControlDisplay features
Wrap all the features of IRemoteControlDisplay.aidl in a new class, RemoteController, that implements the IRemoteControlDisplay interface. The API functions to expose in the SDK are tagged with "CANDIDATE FOR API" Bug 8209392 Change-Id: I597bcd503ac93e73889c9ae8b47b16c4fcb363bc
This commit is contained in:
@@ -715,7 +715,7 @@ public class RemoteControlClient
|
||||
* Implement this interface to receive metadata updates after registering your listener
|
||||
* through {@link RemoteControlClient#setMetadataUpdateListener(OnMetadataUpdateListener)}.
|
||||
*/
|
||||
public interface OnMetadataUpdateListener {
|
||||
public interface OnMetadataUpdateListener {
|
||||
/**
|
||||
* Called on the implementer to notify that the metadata field for the given key has
|
||||
* been updated to the new value.
|
||||
|
||||
Reference in New Issue
Block a user