acra
acra
/
org.acra.sender
/
HttpSender
/
Method
Method
enum
Method
:
Enum
<
HttpSender.Method
>
Content copied to clipboard
Available HTTP methods to send data. Only POST and PUT are currently supported.
Entries
Functions
Properties
Entries
POST
Link copied to clipboard
POST
Content copied to clipboard
PUT
Link copied to clipboard
PUT
Content copied to clipboard
Functions
create
URL
Link copied to clipboard
abstract
fun
createURL
(
baseUrl
:
String
,
report
:
CrashReportData
)
:
URL
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard