# Print output for @column tags ?>
public
interface
KeyChainAliasCallback
| android.security.KeyChainAliasCallback |
The KeyChainAliasCallback is the callback for KeyChain#choosePrivateKeyAlias.
Public methods | |
|---|---|
abstract
void
|
alias(String alias)
Called with the alias of the certificate chosen by the user, or null if no value was chosen. |
public abstract void alias (String alias)
Called with the alias of the certificate chosen by the user, or null if no value was chosen.
| Parameters | |
|---|---|
alias |
String: This value may be null. |