public static interface KeyguardManager.OnKeyguardExitResult

android.app.KeyguardManager.OnKeyguardExitResult



This interface was deprecated in API level 26.
Use KeyguardDismissCallback

Callback passed to KeyguardManager.exitKeyguardSecurely to notify caller of result.

Summary

Public methods

abstract void onKeyguardExitResult(boolean success)

Public methods

onKeyguardExitResult

public abstract void onKeyguardExitResult (boolean success)
Parameters
success boolean: True if the user was able to authenticate, false if not.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.