According to the documentation, for your native code to be called you'll have to: window.kmpJsBridge.callNative but you have: window.JsBridge.postMessage which is wrong.
window.kmpJsBridge.callNative
window.JsBridge.postMessage
See the part of the documentation