1
0
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:
Oscar Hinton
2022-02-08 17:43:40 +01:00
committed by GitHub
parent 10fafaf8c8
commit 427ff09af0
5 changed files with 48 additions and 6 deletions

View File

@@ -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();