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] Make AddFrameUpdateCallback with root view #5637

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

hinohie
Copy link
Contributor

@hinohie hinohie commented Oct 18, 2023

Previously, we can only add the root view of FrameUpdateCallback as root layer of window.

Now let we add some API that user can set specific view for given FrameUpdateCallback will use.

This API will be used when we want to optimize callback behaviour.

Previously, we can only add the root view of FrameUpdateCallback as
root layer of window.

Now let we add some API that user can set specific view
for given FrameUpdateCallback will use.

This API will be used when we want to optimize callback behaviour.

Signed-off-by: Eunki, Hong <[email protected]>
Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Window::AddFrameUpdateCallback(Tizen.NUI.FrameUpdateCallbackInterface,Tizen.NUI.BaseComponents.View)

@hinohie hinohie merged commit 9ee2950 into Samsung:DevelNUI Oct 18, 2023
3 checks passed
@hinohie hinohie deleted the frameupdate_view branch October 18, 2023 07:24
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.

4 participants