Skip to content

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

Open
hinohie wants to merge 1 commit intoSamsung:DevelNUIfrom
hinohie:observable_collection_animated_image_visual
Open

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

Conversation

@hinohie
Copy link
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
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()

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