Enum SendPriority

The sending, or delivery priority.

Namespace: PushTechnology.ClientInterface.Client.Enums
Assembly: Diffusion.Client.dll
Syntax
public enum SendPriority : int

Fields

Name Description
HIGH

'High' delivery priority.

LOW

'Low' delivery priority.

NORMAL

'Normal' delivery priority.

Back to top