to top
Android APIs
Added in API level 1
public static interface

KeyguardManager.OnKeyguardExitResult

android.app.KeyguardManager.OnKeyguardExitResult

Class Overview

Callback passed to exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult) to notify caller of result.

Summary

Public Methods

? Examples
abstract void onKeyguardExitResult(boolean success)

Public Methods

public abstract void onKeyguardExitResult (boolean success)

Added in API level 1

Parameters
success True if the user was able to authenticate, false if not.
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.