Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Availability

public enum Availability

Enumeration of availabilities for a Cloud address.

Enum Constants

public static final CloudAddressMonitor.Availability AVAILABLE

A peer is currently listening on the Cloud address.

public static final CloudAddressMonitor.Availability UNAVAILABLE

No peer is currently listening on the Cloud address.

public static final CloudAddressMonitor.Availability UNKNOWN_AVAILABILITY

The Cloud address monitor is waiting for the Cloud services to return the availability for the peer address, or an error occurred.

×