User Tools

Site Tools


web-integration:client-side

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
web-integration:client-side [2019/08/05 12:42]
tjotov [Advanced methods]
web-integration:client-side [2019/08/05 12:42]
tjotov [Communication]
Line 165: Line 165:
     aducid.setRedirectUrl = function(param) {     aducid.setRedirectUrl = function(param) {
         redirectUrl = param;         redirectUrl = param;
 +    }
 +</sxh>
 +
 +=== Final action ===
 +What API should do when operation finishes (not processed on iOS as we use returnUrl directly there)
 +<sxh java>
 +    aducid.processResult = function(result) {
 +        alert(result);
     }     }
 </sxh> </sxh>
web-integration/client-side.txt ยท Last modified: 2020/02/29 10:53 by mpospisek