Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

AnnotationManager.Callback

public interface Callback

Callback receiving annotation-related notifications

See also: AnnotationManager.setCallback

Method Summary

Modifier and Type Method and Description
void

availabilityChanged(AnnotationManager annotationManager, boolean isAvailable)

Notification that annotation availability has changed.

Methods

void availabilityChanged(AnnotationManager annotationManager, boolean isAvailable)

Notification that annotation availability has changed.

For more information, see vnc_AnnotationManager_Callback::availabilityChanged.

×