1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 18:53:29 +00:00

[PM-6428] Implement Legacy Secure Storage (#3027)

This commit is contained in:
Federico Maccaroni
2024-02-26 19:25:08 -03:00
committed by GitHub
parent d6c2ebe4c2
commit 04e7cfe06d
9 changed files with 555 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ namespace Bit.Core.Abstractions
{
public enum AwaiterPrecondition
{
EnvironmentUrlsInited
EnvironmentUrlsInited,
AndroidWindowCreated
}
public interface IConditionedAwaiterManager