blob: 594b0b5278e728b14d747b78fa0057e1d6d30f8f [file] [log] [blame]
// 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);
}
}