MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPImageBatchItem
MPImage
Batch
Item
open
class
MPImageBatchItem
Content copied to clipboard
MPImageBatchItem
Constructors
Functions
Constructors
MPImage
Batch
Item
Link copied to clipboard
open
fun
MPImageBatchItem
(
@
Nullable
bitmap
:
Bitmap
,
httpStatus
:
Int
)
Content copied to clipboard
MPImage
Batch
Item
Link copied to clipboard
open
fun
MPImageBatchItem
(
@
Nullable
bitmap
:
Bitmap
,
httpStatus
:
Int
,
@
Nullable
tag
:
Any
)
Content copied to clipboard
Functions
get
Bitmap
Link copied to clipboard
@
Nullable
open
fun
getBitmap
(
)
:
Bitmap
Content copied to clipboard
The resulting mBitmap, if any
get
Http
Status
Link copied to clipboard
open
fun
getHttpStatus
(
)
:
Int
Content copied to clipboard
The resulting
HttpURLConnection
status code, if any
get
Tag
Link copied to clipboard
@
Nullable
open
fun
getTag
(
)
:
Any
Content copied to clipboard