Classes
ImageAsset
ImageAsset
Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
Please note that should you be using the
`new Observable({})`
constructor, it is **obsolete** since v3.0,
and you have to migrate to the "data/observable" `fromObject({})`
or the `fromObjectRecursive({})`
functions.Summary β
Constructors
Properties
Methods
Constructors β
constructor β
new ImageAsset(asset: any): ImageAsset
Parameter Default Description
asset
any
Returns ImageAsset
Properties β
android β
ios β
nativeImage β
options β
options: ImageAssetOptions
Methods β
getImageAsync β
Parameter Default Description
callback
(image: any, error: any) => void
Returns any
- Previous
- Image
- Next
- ImageCache
On this page