MPImageBatchItem

open class MPImageBatchItem

MPImageBatchItem

Author

Jose J Varó - Copyright © 2018 MapsPeople A/S. All rights reserved.

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
@Nullable
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
@Nullable
open fun getTag(): Any