Table of Contents

Enum NotifyLevel

Namespace
Ofs
Assembly
Ofs.Api.dll

Severity of a user-facing toast raised via Notify(NotifyLevel, string).

public enum NotifyLevel

Fields

Info = 0

Neutral information.

Success = 1

An action completed successfully.

Warning = 2

A warning the user should notice.

Error = 3

An error the user should notice.