Functions

Link copied to clipboard
open suspend fun compress(context: Context, uri: Uri, progress: (progress: Int) -> Unit = {}): PickerResponse
abstract suspend fun compress(context: Context, uris: List<Uri>, progress: (progress: Int) -> Unit = {}): List<PickerResponse>
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)