TomTomAndroidTools
androidJvm
api_graphics
/
com.tomtom.tools.android.api.graphics.imageloader
/
ImageSource
Image
Source
sealed
class
ImageSource
:
Parcelable
Represents the source of an image. A source can be the local resource or a remote URI.
Inheritors
LocalImageSource
RemoteImageSource
Members
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)