IExpoFpCustomMessageHandler

Interface for receiving custom JavaScript callback messages from a plan.

Implement this interface to handle specific callbacks that are not covered by the built-in IExpoFpPlanMessageListener.

Functions

Link copied to clipboard
abstract fun onMessage(message: String)

Called when the subscribed JavaScript callback fires on the plan.