We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abd1d6 commit 5557a76Copy full SHA for 5557a76
src/api/AppMetadata.ts
@@ -10,7 +10,7 @@ export interface AppMetadata {
10
/** The unique app name that can be used with the open and raiseIntent calls. */
11
readonly name: string;
12
13
- /** The unique application identifier located within a specific application directory instance. */
+ /** The unique application identifier located within a specific application directory instance. An example of an appId might be '[email protected]' */
14
readonly appId?: string;
15
16
/** The Version of the application. */
0 commit comments