(msg: any)
| 131 | } |
| 132 | |
| 133 | sendMessage(msg: any) { |
| 134 | if (DEBUGGING) { |
| 135 | nativeLog('Send Message', JSON.stringify(msg)); |
| 136 | } |
| 137 | |
| 138 | NativeScriptCap.notify({ value: JSON.stringify(msg) }); |
| 139 | } |
| 140 | |
| 141 | receiveMessage(msg: any) { |
| 142 | if (DEBUGGING) { |
no test coverage detected