Version: 1.8
LanguageEnglish
  • C#

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

messageType A string that specifies the type or category of the message. This parameter is used by JavaScript listeners to identify and handle different types of messages appropriately.
messageData A string containing the message data to be transmitted to JavaScript. This can be plain text, JSON-formatted data, or any other string-based content that needs to be communicated.

Description

Post message to JavaScript.