Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IViewTransition.cs
1using System.Threading;
2using System.Threading.Tasks;
3
5{
9 public interface IViewTransition
10 {
11 Task RunAsync(ViewSwitcherTransitionRequest request, CancellationToken cancellationToken);
12 }
13}
Immutable context supplied to IViewTransition implementations.
Defines a strategy used by ViewSwitcher to animate between two views.