| Package | Description |
|---|---|
| net.spreadsheetspace.sdk | |
| net.spreadsheetspace.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
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.unsubscribeNotificationView(UserView userView)
Deletes a subscription previously created to receive an update of a specific view.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<UserView> |
ListViewDescriptor.getListView()
Get the the owned or inboxed views.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListViewDescriptor.setListView(LinkedList<UserView> listView) |
| Constructor and Description |
|---|
ListViewDescriptor(LinkedList<UserView> listView,
StatusCode statusCode) |
Copyright © 2023. All rights reserved.