initEnd Method

The messages with this method indicate that the plugin has finished processing the initialization data.

When Oracle Fusion Field Service Core Application receives the initEnd message from a plugin, it destroys the plugin’s iframe. The message may also contain the optional 'wakeupNeeded' field, which allows to continue background activity of the plugin after a page is reloaded. See the description of the wakeup method for details. You can change the appearance of the plugin tile (the icon image), status text, and color using the optional iconData parameter. See the corresponding section for details.

Example of the initEnd message
{
    "apiVersion": 1,
    "method": "initEnd",
    "wakeupNeeded": false,
    "iconData": {
        "text": "89"
    }
}
Oracle Fusion Field Service ignores all other fields.