mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
attachments page
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Bit.App.Abstractions
|
||||
bool OpenFile(byte[] fileData, string id, string fileName);
|
||||
bool CanOpenFile(string fileName);
|
||||
Task ClearCacheAsync();
|
||||
Task SelectFileAsync();
|
||||
Task<string> DisplayPromptAync(string title = null, string description = null, string text = null,
|
||||
string okButtonText = null, string cancelButtonText = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user