Skip to content

[NUI][API13](AnimatedImageVisual) Change ResourceUrlList type + Keep …#7521

Open
hinohie wants to merge 1 commit intoSamsung:API13from
hinohie:observable_collection_animated_image_visual_api13
Open

[NUI][API13](AnimatedImageVisual) Change ResourceUrlList type + Keep …#7521
hinohie wants to merge 1 commit intoSamsung:API13from
hinohie:observable_collection_animated_image_visual_api13

Conversation

@hinohie
Copy link
Contributor

@hinohie hinohie commented Mar 12, 2026

…Play state 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:

…Play state 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>
@github-actions github-actions bot added the API13 Platform : Tizen 10.0 / TFM: net8.0-tizen10.0 label Mar 12, 2026
@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

Labels

API13 Platform : Tizen 10.0 / TFM: net8.0-tizen10.0 Internal API Changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants