WebSocketManager
interface WebSocketManager
Functions
Link copied to clipboard
abstract fun createWsListener(shareId: String? = null, useSSL: Boolean = true, reconnectOnFailure: Boolean = true, eventsGroups: Set<WSGroup> = setOf(
WSGroup.PHOTOS,
WSGroup.FAMILY,
WSGroup.FILES,
WSGroup.FILES2,
WSGroup.PROVISIONER,
WSGroup.COMMENTS
)): SockJSWSListener
Establishes a websocket connection.