STWCallPriority

annotation class STWCallPriority

Properties

Link copied to clipboard
val EMERGENCY: Int
The session priority is an emengency
Link copied to clipboard
val NON_URGENT: Int
The session priority is non urgent
Link copied to clipboard
val NORMAL: Int
The session priority is normal
Link copied to clipboard
val UNKNOWN: Int
The session priority is unknown
Link copied to clipboard
val URGENT: Int
The session priority is urgent

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String