Skip to content

Commit

Permalink
Android tv-casting-app: Fixing issues with handling responses for Med…
Browse files Browse the repository at this point in the history
…ia commands (#22701)
  • Loading branch information
sharadb-amazon authored and pull[bot] committed Oct 23, 2023
1 parent 9205bb8 commit 91826fc
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public native boolean mediaPlayback_skipBackward(
* APPLICATION LAUNCHER CLUSTER
*/
public native boolean applicationLauncher_launchApp(
short catalogVendorId, String applicationId, String data, Object responseHandler);
short catalogVendorId, String applicationId, byte[] data, Object responseHandler);

public native boolean applicationLauncher_stopApp(
short catalogVendorId, String applicationId, Object responseHandler);
Expand Down
Loading

0 comments on commit 91826fc

Please sign in to comment.