IndexedCallback

data class IndexedCallback(index: Int, callback: (Uri?) -> Unit, thread: Thread)

Functions

component1
Link copied to clipboard
operator fun component1(): Int
component2
Link copied to clipboard
operator fun component2(): (Uri?) -> Unit
component3
Link copied to clipboard
operator fun component3(): Thread
copy
Link copied to clipboard
fun copy(index: Int, callback: (Uri?) -> Unit, thread: Thread = Thread.currentThread()): IndexedCallback
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

callback
Link copied to clipboard
val callback: (Uri?) -> Unit
index
Link copied to clipboard
val index: Int
thread
Link copied to clipboard
val thread: Thread

Sources

androidJvm source
Link copied to clipboard