Contents

nw_content_context_get_relative_priority(_:)

Accesses the relative value of priority used to reorder contexts when sending.

Declaration

func nw_content_context_get_relative_priority(_ context: nw_content_context_t) -> Double

Discussion

Relative priority of contexts only affects ordering when there is a queue of messages to be sent. The priority is a double ranging from 0.0 to 1.0, where default messages are set to 0.5.

See Also

Functions