Building an Interactive Application
sf.service.SmartRemote.init(iRemote_input);
In which:
Note
The function name can be decided by the developer.
sf.service.SmartRemote.destroy();
In which destroy is the function which unsubscribes the interactive API so that the application stops receiving any events from the smart device.
sf.service.SmartRemote.parse(str);
In which: