EMBED.registerNavChanged (id, callback)

This method provides a callback, which informs the plug-in that the page is closing/changing.

This allows the plug-in to do any cleanup required, save information, etc. Be sure to unregister your subscription in the callback function.

Parameters

(string) id

(function) callback

Return Value

None