detekt-api
1.22.0-RC2
detekt-api
/
io.gitlab.arturbosch.detekt.api.internal
/
SimpleNotification
Simple
Notification
data
class
SimpleNotification
(
val
message
:
String
,
val
level
:
Notification.Level
=
Notification.Level.Error
)
:
Notification
Constructors
Functions
Properties
Constructors
Simple
Notification
Link copied to clipboard
fun
SimpleNotification
(
message
:
String
,
level
:
Notification.Level
=
Notification.Level.Error
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
is
Error
Link copied to clipboard
open
val
isError
:
Boolean
level
Link copied to clipboard
open
override
val
level
:
Notification.Level
message
Link copied to clipboard
open
override
val
message
:
String