mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
merge and update
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package org.briarproject.android.controller;
|
||||
|
||||
import org.briarproject.android.controller.handler.ResultHandler;
|
||||
|
||||
public interface SetupController {
|
||||
float estimatePasswordStrength(String password);
|
||||
|
||||
void createIdentity(String nickname, String password,
|
||||
ResultHandler<Long, RuntimeException> resultHandler);
|
||||
ResultHandler<Long> resultHandler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user