to top
Android APIs
Since: 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
abstract void onKeyguardExitResult(boolean success)

Public Methods

public abstract void onKeyguardExitResult (boolean success)

Since: API Level 1

Parameters
success True if the user was able to authenticate, false if not.