Uses 911K of libraries. Click here for Pure Java version (4078L/20K).
1 | !7 |
2 | |
3 | cmodule BasicAssistantActions > DynPrintLogAndEnabled { |
4 | start { |
5 | dm_vmBus_onMessage_q phoneCatHeard(voidfunc(Map map) { |
6 | S token = getString token(map); |
7 | S s = getString line(map); |
8 | S language = getString language(map); |
9 | print("Language: " + language); |
10 | O module = map.get('module); |
11 | if "token|what is my token" |
12 | dm_call(module, 'sendToUser, token, |
13 | format(isGerman(language) ? "Dein Token ist *" |
14 | : "Your token is *", takeFirst(token, 8) + "...")); |
15 | }); |
16 | } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023376 |
Snippet name: | First Phone Assistant Action ["token", unshortened version] |
Eternal ID of this version: | #1023376/6 |
Text MD5: | 40d216e7062ae921170e5017968145bc |
Transpilation MD5: | e0ce0ba0421c65d4e5fdca18f2c5be14 |
Author: | stefan |
Category: | javax / web / a.i. / android |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-13 12:59:05 |
Source code size: | 545 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 276 / 452 |
Version history: | 5 change(s) |
Referenced in: | [show references] |