acra
androidJvm
acra
/
org.acra.sender
/
HttpSender
/
Method
Method
androidJvm
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
PUT
Link copied to clipboard
androidJvm
PUT
(
)
Content copied to clipboard
POST
Link copied to clipboard
androidJvm
POST
(
)
Content copied to clipboard
Functions
create
URL
Link copied to clipboard
androidJvm
abstract
fun
createURL
(
baseUrl
:
String
,
report
:
CrashReportData
)
:
URL
Content copied to clipboard
Properties
name
Link copied to clipboard
androidJvm
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
androidJvm
val
ordinal
:
Int
Content copied to clipboard