| Package | Description |
|---|---|
| net.spreadsheetspace.sdk | |
| net.spreadsheetspace.sdk.notify |
| Modifier and Type | Method and Description |
|---|---|
void |
Sdk.subscribeNotificationView(String id,
String viewServer,
NotificationCallback notificationCallback)
Subscription to perform a callback function when you receive an update notification of a specific view.
|
void |
Sdk.subscribeNotificationView(UserView userView,
NotificationCallback notificationCallback)
Subscription to perform a callback function when you receive an update notification of a specific view.
|
void |
Sdk.subscribeNotificationView(ViewDescriptor viewDescriptor,
NotificationCallback notificationCallback)
Subscription to perform a callback function when you receive an update notification of a specific view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationThread.addViewSubscription(ViewObj viewObj,
NotificationCallback nc) |
Copyright © 2025. All rights reserved.