Enum WebViewStyle
Enumeration for supported webview control styles.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum WebViewStyle
Fields
| Name | Description |
|---|---|
| Browser | This option provides browser like appearence with 4 buttons for easy access to web view features. |
| Default | No controls are shown for web view. This appearence is ideal for banner ads like requirement. |
| Popup | This option creates a close button at top-right corner of the web view. On clicking this, web view gets dismissed. |