Represent the type of ProcessedToDeviceEvent.

Enumeration Members

Decrypted: 0

A successfully-decrypted encrypted event.

Invalid: 3

An invalid to device event that was ignored because it is missing some required information to be processed (like no event type for example)

PlainText: 2

An unencrypted event (sent in clear).

UnableToDecrypt: 1

An encrypted event which could not be decrypted.