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 [Communication]
web-integration:client-side [2019/08/05 12:44]
tjotov [Communication]
Line 176: Line 176:
 </sxh> </sxh>
  
 +=== Use push ===
 +Tell Web API if it should use push (QR code was used previously).
 +<sxh java>
 +    this.setPush = function(param) {
 +        push = param == true;
 +    }
 +</sxh>
 ==== UI methods ==== ==== UI methods ====
 === Tell server to generate QR / or not to reduce payload === === Tell server to generate QR / or not to reduce payload ===
web-integration/client-side.txt ยท Last modified: 2020/02/29 10:53 by mpospisek