mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
get the actual ip address on local wifi and add it to qr code
This commit is contained in:
@@ -3,12 +3,13 @@ package org.briarproject.briar.api.socialbackup.recovery;
|
||||
import org.briarproject.bramble.api.crypto.PublicKey;
|
||||
import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
||||
|
||||
import java.net.InetAddress;
|
||||
import java.net.InetSocketAddress;
|
||||
|
||||
@NotNullByDefault
|
||||
public interface SecretOwnerTask {
|
||||
|
||||
void start(Observer observer);
|
||||
void start(Observer observer, InetAddress inetAddress);
|
||||
|
||||
void cancel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user