Commit 09aa4bc1 authored by lfg's avatar lfg Committed by Commit bot

Updating documentation.

This CL adds the embedderId parameter to appview documentation.

Review URL: https://codereview.chromium.org/1010253003

Cr-Commit-Position: refs/heads/master@{#321458}
parent aa051ee8
...@@ -13,6 +13,9 @@ namespace appviewTag { ...@@ -13,6 +13,9 @@ namespace appviewTag {
// allow the embedding and what to embed based on the embedder making the // allow the embedding and what to embed based on the embedder making the
// request. // request.
dictionary EmbedRequest { dictionary EmbedRequest {
// The ID of the app that sent the embedding request.
string embedderId;
// Optional developer specified data that the app to be embedded can use // Optional developer specified data that the app to be embedded can use
// when making an embedding decision. // when making an embedding decision.
object data; object data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment