toggle menu
foundry
jvm
switch theme
search in API
agp-handler-api
/
foundry.gradle.agp.internal
/
NoOpIssueReporter
No
Op
Issue
Reporter
object
NoOpIssueReporter
:
IssueReporter
(
source
)
Members
Functions
has
Issue
Link copied to clipboard
open
override
fun
hasIssue
(
type
:
IssueReporter.Type
)
:
Boolean
report
Error
Link copied to clipboard
fun
reportError
(
type
:
IssueReporter.Type
,
cause
:
Exception
)
fun
reportError
(
type
:
IssueReporter.Type
,
msg
:
String
,
data
:
String
?
,
multilineMsg
:
List
<
String
>
?
)
report
Warning
Link copied to clipboard
fun
reportWarning
(
type
:
IssueReporter.Type
,
cause
:
Exception
)
fun
reportWarning
(
type
:
IssueReporter.Type
,
msg
:
String
,
data
:
String
?
,
multilineMsg
:
List
<
String
>
?
)