AndroidStorageAdapter

Android Storage APIs are very complicated now, create abstraction using this.

Constructors

Link copied to clipboard
constructor(activity: ComponentActivity)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope

Functions

Link copied to clipboard
fun getHomeDirectory(directory: String = "Manna"): File?
Link copied to clipboard
open override fun handle(event: ControllerEvent)
fun handle(controller: ComponentActivity, event: ControllerEvent)
Link copied to clipboard
operator fun <Result> invoke(function: ComponentActivity.() -> Result?): Result?
Link copied to clipboard
suspend fun <Result> invokeSuspend(function: suspend ComponentActivity.() -> Result?): Result?
Link copied to clipboard
Link copied to clipboard
open override fun onStateChanged(source: LifecycleOwner, event: Lifecycle.Event)
Link copied to clipboard
open override fun test(): Int
Link copied to clipboard