PixEventCallback

open class PixEventCallback

Created By Akshay Sharma on 17,June,2021 https://ak1.io

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Results(var data: List<Uri> = ArrayList(), var status: PixEventCallback.Status = Status.SUCCESS)
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun on(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Main), handler: suspend (Any) -> Unit): Job
Link copied to clipboard
Link copied to clipboard
fun results(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Main), handler: suspend (PixEventCallback.Results) -> Unit): Job
Link copied to clipboard
fun returnObjects(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO), event: PixEventCallback.Results): Job