CubeJSCallback
Updated at:
Introduction
When a card calls a native method, use this class to send callback data to the card.
Method
/**
* Sends callback data to the card.
* @param data The callback data to send to the card.
*/
public void invoke(Object data)
Is this page helpful?