Asset

class Asset(val context: Context, val name: String) : SDKFileWrapper

You should use this class if the file that you want to provide is stored as an asset on your application

Parameters

context

the application context

name

the file name of the asset

Constructors

Link copied to clipboard
constructor(context: Context, name: String)

Properties

Link copied to clipboard
Link copied to clipboard