public final class CardAsset extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CardAsset.AssetType
Enumeration type for AssetType supported
|
Constructor and Description |
---|
CardAsset(CardAsset.AssetType type,
List<AssetContent> contents)
Public Constructor (internal only)
|
Modifier and Type | Method and Description |
---|---|
List<AssetContent> |
getContents()
Get the list of asset content resources.
|
CardAsset.AssetType |
getType()
Get the asset content type, whether it is ICON, or CARD_BACKGROUND.
|
public CardAsset(@NonNull CardAsset.AssetType type, @NonNull List<AssetContent> contents)
@NonNull public CardAsset.AssetType getType()
@NonNull public List<AssetContent> getContents()