WIP rx text message GUI

This commit is contained in:
geeksville 2020-02-09 05:52:17 -08:00
parent 17f7a05326
commit 984bc460d6
6 changed files with 150 additions and 44 deletions

View file

@ -8,6 +8,8 @@ package com.geeksville.mesh;
*/
interface IMeshService {
/// Tell the service where to send its broadcasts of received packets
/// This call is only required for manifest declared receivers. If your receiver is context-registered
/// you don't need this.
void subscribeReceiver(String packageName, String receiverName);
/**