AbstractAsset

abstract class AbstractAsset

Constructors

AbstractAsset
Link copied to clipboard
fun AbstractAsset(id: String)

Types

MultiAsset
Link copied to clipboard
interface MultiAsset

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

configType
Link copied to clipboard
abstract val configType: Class<Out AbstractAsset?>
id
Link copied to clipboard
val id: String
idWithoutVersion
Link copied to clipboard
var idWithoutVersion: String
isTemporary
Link copied to clipboard
var isTemporary: Boolean
legacyVersion
Link copied to clipboard

Returns the latest supported Version of this Asset or null if it is the latest version of this assets

open val legacyVersion: SemVersion?
parentId
Link copied to clipboard
var parentId: String?

Inheritors

ColorAsset
Link copied to clipboard
CropAspectAsset
Link copied to clipboard