android-sdk-base
Toggle table of contents
42.2.0
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
android-sdk-base
android-sdk-base
/
com.braze.support
/
BitmapAndHeaders
Bitmap
And
Headers
data
class
BitmapAndHeaders
(
val
bitmap
:
Bitmap
?
=
null
,
val
headers
:
Map
<
String
,
List
<
String
>
>
?
=
null
)
Members
Constructors
Bitmap
And
Headers
Link copied to clipboard
constructor
(
bitmap
:
Bitmap
?
=
null
,
headers
:
Map
<
String
,
List
<
String
>
>
?
=
null
)
Properties
bitmap
Link copied to clipboard
val
bitmap
:
Bitmap
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
?