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(context: Context, logLevel: LogLevel = LogLevel.NONE, tokenProvider: ConnectionTokenProvider, listener: TerminalListener)
Content copied to clipboard
fun initTerminal(context: Context, logLevel: LogLevel = LogLevel.NONE, tokenProvider: ConnectionTokenProvider, listener: TerminalListener, offlineListener: OfflineListener?)
Content copied to clipboard
Initializes a terminal for the given context.
Link copied to clipboard
Returns whether a Terminal instance currently exists.