â–¸ handleCrossAppMessage(action, callback): void
description Used for handle cross mini-app communication. A same action name can only be
registered once. Otherwise, the later one will be ignored.
remark supported jssdk > 4.26.0
example
Code
Parameters
| Name | Type |
|---|---|
action | string |
callback | (options: undefined | Record<string, any>) => any |
Returns
void
Was this page helpful?
Last modified on