Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Callback

vncsdk.CloudAddressMonitor.Callback

Callback for a vncsdk.CloudAddressMonitor().

Method Summary

Modifier and Type Method and Description

monitorPaused(monitor)

Notification that monitoring has been paused by an outgoing connection starting.

availabilityChanged(monitor, cloudAddress, availability)

Notification that the availability information for a Cloud address has changed.

Methods

CloudAddressMonitor.Callback.monitorPaused(monitor)

Notification that monitoring has been paused by an outgoing connection starting.

For more information, see vnc_CloudAddressMonitor_Callback::monitorPaused.

Arguments:
Returns:

Ignored

CloudAddressMonitor.Callback.availabilityChanged(monitor, cloudAddress, availability)

Notification that the availability information for a Cloud address has changed.

For more information, see vnc_CloudAddressMonitor_Callback::availabilityChanged.

Arguments:
Returns:

Ignored

×