Tizen Native API
5.5
|
The policy determining when a image is deleted from the cache in relation to the ImageVisual lifetime. More...
Enumerations | |
enum | Type |
The available named elements that define the ReleasePolicy. More... |
The policy determining when a image is deleted from the cache in relation to the ImageVisual lifetime.
The available named elements that define the ReleasePolicy.
DETACHED |
Image deleted from cache when ImageVisual detached from stage. |
DESTROYED |
Image deleted from cache when ImageVisual destroyed. |
NEVER |
Image is never deleted, will survive the lifetime of the application. |