mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +00:00
device user agent
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceActionService
|
||||
{
|
||||
string DeviceUserAgent { get; }
|
||||
DeviceType DeviceType { get; }
|
||||
void Toast(string text, bool longDuration = false);
|
||||
bool LaunchApp(string appName);
|
||||
|
||||
Reference in New Issue
Block a user