Companion
object Companion
Functions
Link copied to clipboard
Returns the current instance of the Terminal object. This instance should have been initialized already by calling initTerminal.
Link copied to clipboard
fun initTerminal(tokenProvider: ConnectionTokenProvider, listener: TerminalListener, appInfo: ApplicationInformation, logLevel: LogLevel = LogLevel.VERBOSE, offlineListener: OfflineListener?)
Initializes a terminal for the given context.
Link copied to clipboard
Returns whether a Terminal instance currently exists.