mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
download, decrypt and open attachment files
This commit is contained in:
8
src/App/Abstractions/Services/IDeviceActionService.cs
Normal file
8
src/App/Abstractions/Services/IDeviceActionService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceActionService
|
||||
{
|
||||
void CopyToClipboard(string text);
|
||||
bool OpenFile(byte[] fileData, string id, string fileName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user