public interface InstallCallbackInterface
Modifier and Type | Field and Description |
---|---|
static int |
INSTALLATION_PROGRESS
Current package installation is in progress.
|
static int |
NEW_INSTALLATION
New package installation is required.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Installation is canceled.
|
java.lang.String |
getPackageName()
Target package name.
|
void |
install()
Installation is approved.
|
void |
wait_install()
Wait for package installation.
|
static final int INSTALLATION_PROGRESS
static final int NEW_INSTALLATION