SDKFileWrapper

sealed class SDKFileWrapper

Inheritors

Types

Link copied to clipboard
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

Link copied to clipboard
class File(val context: Context, val path: String) : SDKFileWrapper

You should use this class if the file that you want to provide is stored as a file on your device

Properties

Link copied to clipboard