@Deprecated
public static interface EncryptionProvider.Callback
| Modifier and Type | Field and Description |
|---|---|
static int |
SETUP_FAILED
Deprecated.
|
static int |
SETUP_SUCCESSFUL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int condition,
java.lang.String title,
android.graphics.drawable.Drawable icon,
java.lang.String msg)
Deprecated.
Called when setup is complete.
|
static final int SETUP_FAILED
static final int SETUP_SUCCESSFUL
void complete(int condition,
java.lang.String title,
android.graphics.drawable.Drawable icon,
java.lang.String msg)
condition - SETUP_SUCCESSFUL if setup of the encryption plugin was successful.title - the title of the status message in the case of a non SETUP_SUCCESSFUL call.icon - the icon for the status message in the case of a non SETUP_SUCCESSFUL call.msg - the message presented to the user in the case of a non SETUP_SUCCESSFUL call.