It's right to get response data in ResponseListener's callback function ? Or I think wrong ?
here is my code :
here is my code :
const addListener = (client) => {
client.addResponseListener(CODE,(e) => { console.log('addResponseListener callback',e.data) } );
}
But nothing in console QAQ