ankur2037
07/30/2023, 1:44 PMBig Chungus
07/30/2023, 4:35 PMankur2037
07/31/2023, 4:47 PMBig Chungus
07/31/2023, 5:05 PMankur2037
08/01/2023, 3:43 AMBig Chungus
08/01/2023, 8:52 AMankur2037
08/21/2023, 10:48 AMBig Chungus
08/21/2023, 10:50 AMankur2037
08/21/2023, 2:12 PMankur2037
08/27/2023, 9:37 AMuseEsModules()
option to get rid of the canonical name check from my JS code (see the example below). If there is any other alternative to achieve that, let me know
const jsKotlin = require('js-kotlin')
const jsWrapper = new jsKotlin.JsWrapper
const json = jsWrapper.getJsRespons((response) => {
if (response instanceof com.example.NetworkResult.Success ) {
const reponseData = response.data;
console.log("Success data:", reponseData);
}
})
Big Chungus
08/27/2023, 9:38 AMankur2037
09/01/2023, 8:59 AM