Merge "TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl" into tm-dev
This commit is contained in:
@@ -22,7 +22,7 @@ import android.media.tv.interactive.TvInteractiveAppServiceInfo;
|
|||||||
* Interface to receive callbacks from ITvInteractiveAppManager regardless of sessions.
|
* Interface to receive callbacks from ITvInteractiveAppManager regardless of sessions.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
interface ITvInteractiveAppManagerCallback {
|
oneway interface ITvInteractiveAppManagerCallback {
|
||||||
void onInteractiveAppServiceAdded(in String iAppServiceId);
|
void onInteractiveAppServiceAdded(in String iAppServiceId);
|
||||||
void onInteractiveAppServiceRemoved(in String iAppServiceId);
|
void onInteractiveAppServiceRemoved(in String iAppServiceId);
|
||||||
void onInteractiveAppServiceUpdated(in String iAppServiceId);
|
void onInteractiveAppServiceUpdated(in String iAppServiceId);
|
||||||
|
|||||||
Reference in New Issue
Block a user