MainViewModel

Constructors

Link copied to clipboard
constructor(application: Application)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
Link copied to clipboard

Requests a file from a SRT server and receives it.

Link copied to clipboard

Sends a requested file to a SRT client. If requested file does not exist, it is created.

Link copied to clipboard

Sends multiple messages to a SRT server.

Link copied to clipboard

Receives multiple messages from a SRT client.

Link copied to clipboard
protected open fun onCleared()