mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
centralized lock logic into a new lock service to be shared to extension
This commit is contained in:
9
src/App/Abstractions/Services/ILockService.cs
Normal file
9
src/App/Abstractions/Services/ILockService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Bit.App.Enums;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface ILockService
|
||||
{
|
||||
LockType GetLockType(bool forceLock);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user