MPImageBatchItem

open class MPImageBatchItem

MPImageBatchItem

Constructors

Link copied to clipboard
open fun MPImageBatchItem(@Nullable bitmap: Bitmap, httpStatus: Int)
Link copied to clipboard
open fun MPImageBatchItem(    @Nullable bitmap: Bitmap,     httpStatus: Int,     @Nullable tag: Any)

Functions

Link copied to clipboard
open fun getBitmap(): Bitmap
The resulting mBitmap, if any
Link copied to clipboard
open fun getHttpStatus(): Int
The resulting HttpURLConnection status code, if any
Link copied to clipboard
open fun getTag(): Any