Companion

object Companion

Companion object used to create AssetPath.

Functions

Link copied to clipboard
fun fromFileName(folder: String? = null, fileName: String): AdResult<AssetPath>

Creates an AssetPath from the passed folder and file names.

Link copied to clipboard
fun fromURL(folder: String? = null, url: String): AssetPath

Creates an AssetPath from the passed folder and resource URL.