Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ThemeApplyOutcome.cs
1
namespace
NeuroAccessMaui.Services.Theme
2
{
6
public
enum
ThemeApplyOutcome
7
{
11
SkippedNoDomain = 0,
15
Applied = 1,
19
AppliedFromCache = 2,
23
NotSupported = 3,
27
FailedTransient = 4,
31
FailedPermanent = 5
32
}
33
}
NeuroAccessMaui.Services.Theme
Definition:
IThemeService.cs:5
NeuroAccessMaui.Services.Theme.ThemeApplyOutcome
ThemeApplyOutcome
Represents the outcome of a provider theme application attempt.
Definition:
ThemeApplyOutcome.cs:7
NeuroAccessMaui
NeuroAccessMaui
Services
Theme
ThemeApplyOutcome.cs
Generated by
1.9.5