Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IChatView.cs
2{
6 public enum UriScheme
7 {
11 Xmpp,
12
16 IotId,
17
21 IotSc,
22
26 IotDisco,
27
31 EDaler,
32
36 NeuroFeature
37 }
38
42 public interface IChatView
43 {
50 Task ExecuteUriClicked(string Uri, UriScheme Scheme);
51 }
52}
Interfaces for views displaying markdown
Definition: IChatView.cs:43
Task ExecuteUriClicked(string Uri, UriScheme Scheme)
Called when a special Multi-media URI link has been clicked.