The type of a ProcessedToDeviceEvent.

Enumeration Members

Decrypted: 0

A successfully-decrypted encrypted to-device message.

Invalid: 3

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

PlainText: 2

An unencrypted to-device message (sent in clear).

UnableToDecrypt: 1

An encrypted to-device message which could not be decrypted.