[NUI] Add AutofillContainer and autofill implementation (#909)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 2 Jul 2019 12:29:57 +0000 (21:29 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 2 Jul 2019 12:29:57 +0000 (21:29 +0900)
commit874f2cdc3bf39b603bbef6c757eb4d6d9424b17c
tree5b874a44214c1a0bd7be409073c945dcbb5d84a7
parent08c5f2c9389f31a6010598e4868b9834189aa599
[NUI] Add AutofillContainer and autofill implementation (#909)

Change-Id: Ifc219498c53577e6560b84a8065c22c3b03e2859
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/AuthenticationSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AuthenticationSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.AutofillContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ListEventSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/internal/ListEventSignalType.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/AutofillContainer.cs [new file with mode: 0755]