On this page

iac

Functions and constants for doing inter-app communication. Supported on iOS and Android. [icon:ios] [icon:android]

Functions

iac.set_listener(payload: Record<string | number, unknown>, type: number)

Sets the listener function for inter-app communication events.

Parameters

  • payload: Record<string | number, unknown> — The iac payload.
  • type: number — The type of iac, an iac.TYPE_ enumeration. It can be one of the predefined constants below
  • iac.TYPE_INVOCATION