MessagePriority

Priorities that can be set on a class@Message to instruct the message queue to process it before any other message with lower priority.

Entries

Link copied to clipboard

The lowest priority, the messages with this priority will be the last ones to be attended.

Link copied to clipboard

Use this for low priority messages, a #SoupMessage with the default priority will be processed first.

Link copied to clipboard

The default priotity, this is the priority assigned to the #SoupMessage by default.

Link copied to clipboard

High priority, a #SoupMessage with this priority will be processed before the ones with the default priority.

Link copied to clipboard

The highest priority, use this for very urgent #SoupMessage as they will be the first ones to be attended.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.