mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
* Android: Support for automatic TOTP copy via external autofill * update iOS autofill interface * additional tweaks
11 lines
397 B
C#
11 lines
397 B
C#
namespace Bit.Droid.Autofill
|
|
{
|
|
public class AutofillConstants
|
|
{
|
|
public const string AutofillFramework = "autofillFramework";
|
|
public const string AutofillFrameworkFillType = "autofillFrameworkFillType";
|
|
public const string AutofillFrameworkUri = "autofillFrameworkUri";
|
|
public const string AutofillFrameworkCipherId = "autofillFrameworkCipherId";
|
|
}
|
|
}
|