| java.lang.Object | ||
| ↳ | AndroidViewModel | |
| ↳ | com.pdftron.collab.viewmodel.AnnotationViewModel | |
ViewModel for annotation
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | AnnotationViewModel.Factory | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnnotationViewModel(Application application, String documentId) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Completable | consumeLastAnnotations(ArrayList<String> ids) | ||||||||||
|
|
getAnnotations() | ||||||||||
|
|
getLastAnnotations() | ||||||||||
| void |
sendAnnotation(String action, String xfdfCommand, String xfdfJSON, String userName)
Must run on a background thread.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Must run on a background thread.