MPImageBatchItem

open fun MPImageBatchItem(@Nullable bitmap: Bitmap, httpStatus: Int)

Parameters

bitmap

A Bitmap if any, null in otherwise

httpStatus

A HttpURLConnection status code


open fun MPImageBatchItem(@Nullable bitmap: Bitmap, httpStatus: Int, @Nullable tag: Any)

Parameters

bitmap

A Bitmap if any, null in otherwise

httpStatus

A HttpURLConnection status code

tag

Any blob of data or just null