mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
attachments on view page abd device actions
This commit is contained in:
@@ -10,5 +10,8 @@ namespace Bit.App.Abstractions
|
||||
bool LaunchApp(string appName);
|
||||
Task ShowLoadingAsync(string text);
|
||||
Task HideLoadingAsync();
|
||||
bool OpenFile(byte[] fileData, string id, string fileName);
|
||||
bool CanOpenFile(string fileName);
|
||||
Task ClearCacheAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user