Context

expect abstract class Context

Expect declaration for Context.

Functions

Link copied to clipboard
expect abstract fun getApplicationContext(): Context
Link copied to clipboard
expect abstract fun getCacheDir(): File
Link copied to clipboard
expect abstract fun getExternalFilesDir(type: String?): File?
Link copied to clipboard
expect abstract fun getFilesDir(): File