Learn how to evaluate and integrate the VNC SDK
AnnotationManager.Callback¶
-
class AnnotationManager.Callback¶ Callback receiving annotation-related notifications
For more information, see
vnc_AnnotationManager_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new Callback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Handles the AvailabilityChanged event.
By default, calls the |
Constructors¶
-
AnnotationManager.Callback(AnnotationManager.Callback.AvailabilityChangedType availabilityChanged = null)¶ Initializes a new Callback class instance.
For more information, see
vnc_AnnotationManager_Callback()in the C API documentation.
Methods¶
-
void
AnnotationManager.Callback.OnAvailabilityChanged(AnnotationManager annotationManager, Boolean isAvailable)¶ Handles the AvailabilityChanged event. By default, calls the
AnnotationManager.Callback.AvailabilityChangeddelegate.