BitmapPart

class BitmapPart(name: String, body: Bitmap) : MultipartRequest.Part<Bitmap>

Bitmap Part object.

Constructors

BitmapPart
Link copied to clipboard
fun BitmapPart(name: String, body: Bitmap)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

headers
Link copied to clipboard
val headers: MutableMap<String, String>
part headers
name
Link copied to clipboard
val name: String
part name