platformOpenDataPostMessage
platformOpenDataPostMessage(
message):boolean
Defined in: platform/base.ts:398
Send one message into the open data context; false where there is none. One way: the hosts offer no path back, so there is nothing to await.
Gated on the same probe rather than on method presence — otherwise this reports a delivery it did not make, on every mini-game host without a context, which is the answer a caller is least able to check.
Parameters
Section titled “Parameters”message
Section titled “message”Record<string, unknown>
Returns
Section titled “Returns”boolean