AssetMap

class AssetMap(val name: String, val virtualPath: String, val path: String)

A class representing a collection of assets to be used by one or more Portals.

Constructors

Link copied to clipboard
fun AssetMap(name: String, virtualPath: String, path: String)

Functions

Link copied to clipboard

Get the path of the shared assets.

Properties

Link copied to clipboard

a name for the asset map

Link copied to clipboard

the path of the shared assets within the Android assets directory

Link copied to clipboard

a path used to access shared assets from the web app