Enum NotifyLevel
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
Severity of a user-facing toast raised via Notify(NotifyLevel, string).
public enum NotifyLevel
Fields
Info = 0Neutral information.
Success = 1An action completed successfully.
Warning = 2A warning the user should notice.
Error = 3An error the user should notice.