Skip to content

Commit 7095ee7

Browse files
Roadersjulianna-ciq
andcommitted
Update packages/fdc3-standard/src/api/DesktopAgent.ts
Co-authored-by: Julianna Langston <74684272+julianna-ciq@users.noreply.github.com>
1 parent ed6cc0d commit 7095ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/fdc3-standard/src/api/DesktopAgent.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ export interface DesktopAgent {
352352
addIntentListener(intent: Intent, handler: IntentHandler): Promise<Listener>;
353353

354354
/**
355-
* Like `addIntentListener`, but allows filtering by one or more context types.
356-
* The listener will only be triggered for the specified intent and context type(s).
355+
* Adds a listener for incoming intents raised by other applications, via calls to `fdc3.raiseIntent` or `fdc3.raiseIntentForContext, but filters intents for one or more context types. See `addIntentListener` for details and restrictions for both usage and implementation.
357356
*
358357
* //Handle a raised intent
359358
* const listener = fdc3.addIntentListenerWithContext('StartChat', 'fdc3.contact', context => {

0 commit comments

Comments
 (0)