Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

fdc3.register how is the app name determined? #4

Closed
ColinEberhardt opened this issue May 10, 2018 · 2 comments
Closed

fdc3.register how is the app name determined? #4

ColinEberhardt opened this issue May 10, 2018 · 2 comments

Comments

@ColinEberhardt
Copy link
Member

fdc3.register id documented as follows:

Dynamically registers an intent with the agent. Returns confirmation of the registration.

fdc3.register(intent: String)

However, the documentation for resolve indicates that an intent / context pair resolves to a list of app names.

When you register an intent via fdc3.register how is the app name determined?

@nkolba
Copy link
Member

nkolba commented May 10, 2018

App name would either be known to the Desktop Agent (because it launched the App) - or a provisional name would be assigned by the Desktop Agent.

I punted on the context arg. Can add it in. Still need to define a syntax for an App to register the context types it accepts (for a specific intent).

@ColinEberhardt ColinEberhardt changed the title fd3c.register how is the app name determined? fd3c3.register how is the app name determined? May 10, 2018
@ColinEberhardt ColinEberhardt changed the title fd3c3.register how is the app name determined? fdc3.register how is the app name determined? May 10, 2018
@nkolba
Copy link
Member

nkolba commented May 16, 2018

Closing, as we have removed register from the spec.

@nkolba nkolba closed this as completed May 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants