Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Library.EventLoopType

public enum EventLoopType

Enumeration of types of event loop used by the SDK.

Enum Constants

public static final Library.EventLoopType ANDROID

The Android “Looper” event loop is only available on Android.

public static final Library.EventLoopType CF

The Core Foundation event loop is available on OS X and iOS.

public static final Library.EventLoopType DEFAULT

The default event loop is a Windows event loop on Windows, a file-descriptor event loop on Linux, a Core Foundation event loop on OS X and iOS, and an Android event loop on Android. There is no event loop in HTML5.

public static final Library.EventLoopType FD

The file-descriptor event loop is available on Linux, OS X, iOS, and Android.

public static final Library.EventLoopType WIN

The Windows event loop is only available on Windows.

×