Skip to content

[NUI](AnimatedImageVisual) Change ResourceUrlList type + Keep Play st…#7517

Merged
hinohie merged 1 commit intoSamsung:DevelNUIfrom
hinohie:observable_collection_animated_image_visual
Mar 19, 2026
Merged

[NUI](AnimatedImageVisual) Change ResourceUrlList type + Keep Play st…#7517
hinohie merged 1 commit intoSamsung:DevelNUIfrom
hinohie:observable_collection_animated_image_visual

Conversation

@hinohie
Copy link
Copy Markdown
Contributor

@hinohie hinohie commented Mar 10, 2026

…ate if property changed

Let we follow logics as AnimatedImageView to AnimatedImageVisual

Also, prepare to Finished signal, which is not working well now.

Description of Change

API Changes

  • ACR:

…ate if property changed

Let we follow logics as AnimatedImageView to AnimatedImageVisual

Also, prepare to Finished signal, which is not working well now.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
@hinohie hinohie marked this pull request as ready for review March 10, 2026 08:22
@TizenAPI-Bot
Copy link
Copy Markdown
Collaborator

Internal API Changed

Added: 2, Removed: 0, Changed: 1

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Visuals.AnimatedImageVisual::Dispose(Tizen.NUI.DisposeTypes)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.EventHandler Tizen.NUI.Visuals.AnimatedImageVisual::Finished

Changed

/// <since_tizen>none</since_tizen
[EditorBrowsable(EditorBrowsableState.Never)]
- System.Collections.Generic.List`1<System.String> Tizen.NUI.Visuals.AnimatedImageVisual::ResourceUrlList()
+ System.Collections.ObjectModel.ObservableCollection`1<System.String> Tizen.NUI.Visuals.AnimatedImageVisual::ResourceUrlList()

@hinohie hinohie merged commit 6506578 into Samsung:DevelNUI Mar 19, 2026
4 checks passed
@hinohie hinohie deleted the observable_collection_animated_image_visual branch March 19, 2026 01:04
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.

3 participants