Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI] Added an option to select the web engine type in the WebView constructor #6332

Open
wants to merge 1 commit into
base: DevelNUI
Choose a base branch
from

Conversation

dongsug-song
Copy link
Contributor

Description of Change

[NUI] Added an option to select the web engine type in the WebView constructor

API Changes

nothing

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 4, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.WebView::.ctor(System.String[],Tizen.NUI.BaseComponents.WebView/WebEngineType)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.BaseComponents.WebView/WebEngineType

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/WebEngineType Tizen.NUI.BaseComponents.WebView/WebEngineType::Chromium

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.WebView/WebEngineType Tizen.NUI.BaseComponents.WebView/WebEngineType::LWE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants