Class WebPasswordData

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

It is a class for password data of web view.

C#
Copy
public class WebPasswordData : Disposable
Inheritance
WebPasswordData

Properties

View Source

FingerprintUsed

Whether fingerprint is used or not.

Declaration
C#
Copy
public bool FingerprintUsed { get; }
Property Value
Type Description
Boolean
View Source

Url

URL which password is related to.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
String

Extension Methods