kalium
common
protobuf
/
com.wire.kalium.protobuf.otr
/
Priority
Priority
sealed
class
Priority
Inheritors
LOW_PRIORITY
HIGH_PRIORITY
UNRECOGNIZED
Members
Types
Companion
Link copied to clipboard
object
Companion
HIGH_PRIORITY
Link copied to clipboard
object
HIGH_PRIORITY
:
Priority
LOW_PRIORITY
Link copied to clipboard
object
LOW_PRIORITY
:
Priority
UNRECOGNIZED
Link copied to clipboard
class
UNRECOGNIZED
(
val
value
:
Int
)
:
Priority
Properties
name
Link copied to clipboard
open
val
name
:
String
?
=
null
value
Link copied to clipboard
open
val
value
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String