| Package | Description |
|---|---|
| com.openfin.desktop | |
| com.openfin.desktop.channel |
| Modifier and Type | Method and Description |
|---|---|
static Ack |
DesktopUtils.getNack(Object source,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Ack> |
DesktopConnection.addEventCallbackAsync(org.json.JSONObject subscriptionObject,
EventListener listener,
Object source) |
CompletionStage<Ack> |
WebContent.addEventListener(String type,
EventListener listener) |
CompletableFuture<Ack> |
Window.closeAsync(Boolean force) |
CompletionStage<Ack> |
DesktopConnection.removeEventCallbackAsync(org.json.JSONObject subscriptionObject,
EventListener listener,
Object source) |
CompletionStage<Ack> |
WebContent.removeEventListener(String type,
EventListener listener) |
CompletableFuture<Ack> |
DesktopConnection.sendActionAsync(String action,
org.json.JSONObject payload,
Object source) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DesktopUtils.errorAck(AckListener callback,
Ack ack) |
void |
NotificationListener.onClick(Ack ack)
Deprecated.
Invoked when the notification is clicked.
|
void |
NotificationListener.onClose(Ack ack)
Deprecated.
Invoked when the notification is closed.
|
void |
NotificationListener.onDismiss(Ack ack)
Deprecated.
Invoked when the notification is dismissed.
|
void |
NotificationListener.onError(Ack ack)
Deprecated.
Invoked when the notification has errors.
|
void |
AckListener.onError(Ack ack)
Invoked when the request to AppDesktop has errors
|
void |
NotificationListener.onMessage(Ack ack)
Deprecated.
Invoked when the notification sends a message.
|
void |
NotificationListener.onShow(Ack ack)
Deprecated.
Invoked when the notification is being shown
|
void |
AckListener.onSuccess(Ack ack)
Invoked when the request to AppDesktop is successful
|
static void |
DesktopUtils.successAck(AckListener ackListener,
Ack ack)
Call onSuccess of an AckListen
|
| Constructor and Description |
|---|
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Ack> |
ChannelBase.dispatchAsync(org.json.JSONObject destinationIdentity,
String action,
Object actionPayload) |
CompletableFuture<Ack> |
ChannelClient.dispatchAsync(String action,
Object actionPayload) |
Copyright © 2021. All rights reserved.