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.Gadget] Export NUIGadgetAssembly class for inhouse developers #6379

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

hjhun
Copy link
Contributor

@hjhun hjhun commented Sep 27, 2024

Description of Change

The developers want to check whether the assembly is alive or not. This patch provides the NUIGadgetAssembly for inhouse developers.

API Changes

  • ACR: Non-ACR

The developers want to check whether the assembly is alive or not.
This patch provides the NUIGadgetAssembly for inhouse developers.

Signed-off-by: Hwankyu Jhun <[email protected]>
@hjhun hjhun requested a review from pjh9216 September 27, 2024 06:10
@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Sep 27, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 3, Removed: 0, Changed: 0

Added

+ /// <since_tizen>10</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.NUIGadgetAssembly

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.NUIGadgetAssembly::IsAlive()

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.NUIGadgetAssembly Tizen.NUI.NUIGadgetInfo::NUIGadgetAssembly()

@hjhun hjhun merged commit 2487cd7 into Samsung:master Sep 27, 2024
3 checks passed
hinohie pushed a commit to hinohie/TizenFX that referenced this pull request Oct 10, 2024
…amsung#6379)

The developers want to check whether the assembly is alive or not.
This patch provides the NUIGadgetAssembly for inhouse developers.

Signed-off-by: Hwankyu Jhun <[email protected]>
hinohie pushed a commit that referenced this pull request Oct 10, 2024
…6379)

The developers want to check whether the assembly is alive or not.
This patch provides the NUIGadgetAssembly for inhouse developers.

Signed-off-by: Hwankyu Jhun <[email protected]>
@hjhun hjhun deleted the develNUIGadget branch November 18, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants