Class WebFormRepostPolicyDecisionMaker
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for form repost policy decision maker of web view.
public class WebFormRepostPolicyDecisionMaker : Disposable
- Inheritance
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
View SourceReply(bool)
Reply whether form repost decision is allowed or not.
Declaration
public void Reply(bool allowed)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | allowed | allowed or not |