File

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

Parameters

context

the application context

path

the path of the file

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard