mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Client & Version headers (#1757)
This commit is contained in:
@@ -7,11 +7,10 @@ namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface IPlatformUtilsService
|
||||
{
|
||||
string IdentityClientId { get; }
|
||||
|
||||
string GetApplicationVersion();
|
||||
DeviceType GetDevice();
|
||||
string GetDeviceString();
|
||||
ClientType GetClientType();
|
||||
bool IsDev();
|
||||
bool IsSelfHost();
|
||||
bool IsViewOpen();
|
||||
|
||||
Reference in New Issue
Block a user