Functions and constants for doing inter-app communication on iOS and Android.
Static methods
staticset_listener<T>(listener:(T, AnyTable, IacType) ‑> Void):Void
Set iac listener.
The listener callback has the following signature: function(self, payload, type) where payload is a table
with the iac payload and type is an iac.TYPE_
Parameters:
listener | listener callback function |
---|