| Package | Description |
|---|---|
| com.android.apksig |
| Modifier and Type | Method and Description |
|---|---|
ApkVerifier.Issue |
ApkVerifier.IssueWithParams.getIssue()
Returns the type of this issue.
|
static ApkVerifier.Issue |
ApkVerifier.Issue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApkVerifier.Issue[] |
ApkVerifier.Issue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IssueWithParams(ApkVerifier.Issue issue,
Object[] params)
Constructs a new
IssueWithParams of the specified type and with provided
parameters. |
Copyright © 2016. All rights reserved.