Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor.Callback¶
-
vncsdk.CloudAddressMonitor.
Callback
¶ Callback for a
vncsdk.CloudAddressMonitor()
.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Notification that monitoring has been paused by an outgoing connection starting. |
|
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: - monitor (
vncsdk.CloudAddressMonitor
) –
Returns: Ignored
- monitor (
-
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: - monitor (
vncsdk.CloudAddressMonitor
) – - cloudAddress (string or null) –
- availability (
vncsdk.CloudAddressMonitor.Availability
) –
Returns: Ignored
- monitor (