Untitled
unknown
plain_text
a year ago
732 B
11
Indexable
quick.Quick.host.trigger(dataItem.consentInfo, {}).then(response => {
let plt = quick.Quick.platform.getPlatformType();
let btxCustomData;
switch (plt) {
case "iOS":
btxCustomData = response.retVal["funcRetVal"].customerDemandAccountList;
quick.EM.trace("iban list");
quick.EM.trace(btxCustomData);
quick.getComponent('consentData_attrcustomerDemandAccountList0').text = JSON.stringify(btxCustomData);
break;
default:
btxCustomData = response.retVal["funcRetVal"].bitexenInfos.customerDemandAccountList;
quick.getComponent('consentData_attrcustomerDemandAccountList0').text = btxCustomData;
break;
};
})Editor is loading...
Leave a Comment