Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NotificationAction.cs
1using System.Runtime.Serialization;
2
4{
9 {
13 Unknown = 0,
14
18 OpenChat = 1,
19
23 OpenProfile = 2,
24
28 OpenIdentity = 5,
29
33 OpenContract = 6,
34
38 OpenBalance = 7,
39
43 OpenToken = 8,
44
48 OpenPetition = 9,
49
53 OpenPresenceRequest = 3,
54
58 OpenSettings = 4
59 }
60}
NotificationAction
Actions that can be routed from notifications.