Assets

class Assets(val fileResourcePath: String) : FileResourceLocation

Represents the location of a file either within the app assets.

Since

0.0.92

Constructors

Link copied to clipboard
constructor(fileResourcePath: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun readToString(): String