Skip to main content
Version: 1.5

ConsoleContext

Extends from Context.

platform

Example:

context.platform; // 'console'

sendText(text)

Send text to the owner of the session.

Example:

context.sendText('Hello');