| Package | Description |
|---|---|
| com.openfin.desktop.fdc3 |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Context.fromJson(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
FDC3Client.broadcast(Context context,
AckListener ackListener)
Publishes context to other apps on the desktop.
|
void |
FDC3Client.findIntent(String intent,
Context context,
AsyncCallback<AppIntent> callback)
Find out more information about a particular intent by passing its name, and optionally its context.
|
void |
FDC3Client.findIntentsByContext(Context context,
AsyncCallback<List<AppIntent>> callback)
Find all the avalable intents for a particular context.
|
org.json.JSONObject |
ContextListener.onContext(Context context) |
org.json.JSONObject |
IntentListener.onIntent(Context context) |
void |
FDC3Client.open(String name,
Context context,
AckListener ackListener)
Launches/links to an application by name.
|
void |
FDC3Client.raiseIntent(String intent,
Context context,
String target,
AsyncCallback<IntentResolution> callback)
Raises an intent to the desktop agent to resolve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.getCurrentContext(AsyncCallback<Context> callback) |
Copyright © 2021. All rights reserved.