Back to project page BLEMeshChat.
The source code is released under:
GNU General Public License
If you think the Android project BLEMeshChat listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package pro.dbro.ble; //from w w w . j a v a 2 s. c o m /** * Implemented by a Service or other entity to report an Activity is bound, and thus * in the foreground. e.g: Useful to determine whether to post message notifications. * * Created by davidbrodsky on 11/14/14. */ public interface ActivityRecevingMessagesIndicator { public boolean isActivityReceivingMessages(); }