presenceHandlerPriority property

int presenceHandlerPriority
getter/setter pair

The priority of the presence handler. If a handler should run before this one, which terminates processing, make sure the handler has a priority greater than presenceHandlerPriority.

Implementation

static int presenceHandlerPriority = -100;