to top
Android APIs
Added in API level 14
public interface

KeyChainAliasCallback

android.security.KeyChainAliasCallback

Summary

Public Methods

? Examples
abstract void alias( String alias)
Called with the alias of the certificate chosen by the user, or null if no value was chosen.

Public Methods

public abstract void alias (String alias)

Added in API level 14

Called with the alias of the certificate chosen by the user, or null if no value was chosen.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.