Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 306 Bytes

kantar-sync-now

cordova plugin to provide access to the functionality provided by the Kantar audio watermarking SDK

start detection

cordova.plugins.KantarSyncNow.invokeStartDetect( 
function(status) {
	console.log('sucess' + status);
}, function(err) {
	console.log(err);
});