Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-vscode
/
vscode
/
TestMessage
/
TestMessage
Test
Message
constructor
(
message
:
String
)
(
source
)
Creates a new TestMessage instance.
Parameters
message
The message to show to the user.
Online Documentation
constructor
(
message
:
MarkdownString
)
(
source
)