| // Signature format: 4.0 |
| package androidx.biometric.compose { |
| |
| public final class AuthenticationResultRegistryKt { |
| method @androidx.compose.runtime.Composable public static androidx.biometric.AuthenticationResultLauncher rememberAuthenticationLauncher(androidx.biometric.AuthenticationResultCallback resultCallback); |
| method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.biometric.AuthenticationResultLauncher rememberAuthenticationLauncher(androidx.biometric.AuthenticationResultCallback, androidx.compose.runtime.Composer?, int); |
| method @androidx.compose.runtime.Composable public static androidx.biometric.AuthenticationResultLauncher rememberAuthenticationLauncher(java.util.concurrent.Executor callbackExecutor, androidx.biometric.AuthenticationResultCallback resultCallback); |
| method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.biometric.AuthenticationResultLauncher rememberAuthenticationLauncher(java.util.concurrent.Executor, androidx.biometric.AuthenticationResultCallback, androidx.compose.runtime.Composer?, int); |
| } |
| |
| } |
| |