mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Refactor KeyManager and TagRecogniser. #55
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
package org.briarproject.api.android;
|
||||
|
||||
import org.briarproject.api.ContactId;
|
||||
import org.briarproject.api.lifecycle.Service;
|
||||
import org.briarproject.api.messaging.GroupId;
|
||||
|
||||
/**
|
||||
* Manages notifications for private messages and group posts. All methods must
|
||||
* be called from the Android UI thread.
|
||||
*/
|
||||
public interface AndroidNotificationManager {
|
||||
public interface AndroidNotificationManager extends Service {
|
||||
|
||||
public void showPrivateMessageNotification(ContactId c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user