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 Sep 16, 2022
1 parent 6df6e98 commit 989ad8e
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 989ad8e

Please sign in to comment.