sentry-android-gradle-plugin
3.13.0
jvm
sentry-android-gradle-plugin
/
io.sentry.android.gradle.instrumentation
/
MethodContext
Method
Context
data
class
MethodContext
(
val
access
:
Int
,
val
name
:
String
?
,
val
descriptor
:
String
?
,
val
signature
:
String
?
,
val
exceptions
:
List
<
String
>
?
)
Members
Constructors
Method
Context
Link copied to clipboard
constructor
(
access
:
Int
,
name
:
String
?
,
descriptor
:
String
?
,
signature
:
String
?
,
exceptions
:
List
<
String
>
?
)
Properties
access
Link copied to clipboard
val
access
:
Int
descriptor
Link copied to clipboard
val
descriptor
:
String
?
exceptions
Link copied to clipboard
val
exceptions
:
List
<
String
>
?
name
Link copied to clipboard
val
name
:
String
?
signature
Link copied to clipboard
val
signature
:
String
?