mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
more device actions
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
namespace Bit.App.Abstractions
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceActionService
|
||||
{
|
||||
void Toast(string text, bool longDuration = false);
|
||||
bool LaunchApp(string appName);
|
||||
Task ShowLoadingAsync(string text);
|
||||
Task HideLoadingAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user