Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NotificationRouteResult.cs
2{
7 {
11 Success = 0,
12
16 NoHandler = 1,
17
21 Failed = 2,
22
26 Deferred = 3,
27
31 Ignored = 4
32 }
33}
NotificationRouteResult
Possible outcomes when routing a notification intent.