1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 01:53:17 +00:00

autofill actions

This commit is contained in:
Kyle Spearrin
2019-05-17 14:34:00 -04:00
parent f73a5d6307
commit 4112e0a4c9
3 changed files with 127 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ using Bit.App.Resources;
using Bit.Core;
using Bit.Core.Abstractions;
using Bit.Core.Enums;
using Bit.Core.Models.View;
using Bit.iOS.Core.Views;
using CoreGraphics;
using Foundation;
@@ -287,6 +288,21 @@ namespace Bit.iOS.Services
return result.Task;
}
public void Autofill(CipherView cipher)
{
throw new NotImplementedException();
}
public void CloseAutofill()
{
throw new NotImplementedException();
}
public void Background()
{
throw new NotImplementedException();
}
private void ImagePicker_FinishedPickingMedia(object sender, UIImagePickerMediaPickedEventArgs e)
{
if(sender is UIImagePickerController picker)