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)

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