Interface OfflineWorkResponseHandler
Assembly: Neosmartpen.Net.dll
Syntax
public interface OfflineWorkResponseHandler
Methods
|
Edit this page
View Source
onReceiveOfflineStrokes(int, int, Stroke[])
Declaration
void onReceiveOfflineStrokes(int totalDataSize, int receiveDataSize, Stroke[] strokes)
Parameters
Type |
Name |
Description |
int |
totalDataSize |
|
int |
receiveDataSize |
|
Stroke[] |
strokes |
|
|
Edit this page
View Source
onRequestDownloadOfflineData(int, int, int)
Declaration
void onRequestDownloadOfflineData(int sectionId, int ownerId, int noteId)
Parameters
Type |
Name |
Description |
int |
sectionId |
|
int |
ownerId |
|
int |
noteId |
|
|
Edit this page
View Source
onRequestRemoveOfflineData(int, int)
Declaration
void onRequestRemoveOfflineData(int sectionId, int ownerId)
Parameters
Type |
Name |
Description |
int |
sectionId |
|
int |
ownerId |
|