Added in API level 14
KeyChainAliasCallback
interface KeyChainAliasCallback
android.security.KeyChainAliasCallback |
The KeyChainAliasCallback is the callback for android.security.KeyChain#choosePrivateKeyAlias.
Summary
Public methods | |
---|---|
abstract Unit |
Called with the alias of the certificate chosen by the user, or null if no value was chosen. |
Public methods
alias
Added in API level 14
abstract fun alias(alias: String?): Unit
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 . |