You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppMetadata as returned by findIntentsByContext as defined as follows:
interfaceAppMetadata{name: string;}
The intent (har-har) is that you can use the app identifier returned by the discovery to target a specific app for raising an intent. But if AppMetadata returns a "name", this cannot be done, instead the unique app identifier should be use for the target parameter of raiseIntent, but it is not returned.
The text was updated successfully, but these errors were encountered:
raiseIntent
as defined as follows:AppMetadata
as returned byfindIntentsByContext
as defined as follows:The intent (har-har) is that you can use the app identifier returned by the discovery to target a specific app for raising an intent. But if
AppMetadata
returns a "name", this cannot be done, instead the unique app identifier should be use for thetarget
parameter ofraiseIntent
, but it is not returned.The text was updated successfully, but these errors were encountered: