mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-05 11:22:20 +00:00
Added alerts state saving
This commit is contained in:
@@ -22,6 +22,10 @@ public interface VPNDatabase {
|
||||
|
||||
void isWhitelistedAsync(UUID uuid, Consumer<Boolean> result);
|
||||
|
||||
void alertsState(UUID uuid, Consumer<Boolean> result);
|
||||
|
||||
void updateAlertsState(UUID uuid, boolean state);
|
||||
|
||||
void init();
|
||||
|
||||
void shutdown();
|
||||
|
||||
Reference in New Issue
Block a user