sdk
sdk
/
com.sygic.sdk.navigation.traffic
/
TrafficInfo
/
TrafficSeverity
Traffic
Severity
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
TrafficSeverity
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Properties
Blocking
Link copied to clipboard
val
Blocking
:
Int
=
4
High
Link copied to clipboard
val
High
:
Int
=
2
Normal
Link copied to clipboard
val
Normal
:
Int
=
1
Undefined
Link copied to clipboard
val
Undefined
:
Int
=
0
Very
High
Link copied to clipboard
val
VeryHigh
:
Int
=
3