bugsnag-android-core
/
com.bugsnag.android
/
DeliveryParams
Delivery
Params
class
DeliveryParams
(endpoint:
String
, headers:
Map
<
String
,
String
?>)
Content copied to clipboard
The parameters which should be used to deliver an Event/Session.
Constructors
Properties
Constructors
DeliveryParams
Link copied to clipboard
fun
DeliveryParams
(endpoint:
String
, headers:
Map
<
String
,
String
?>)
Content copied to clipboard
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
Content copied to clipboard
The endpoint to which the payload should be sent
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
?>
Content copied to clipboard
The HTTP headers which must be attached to the request