Class TrackedEvent
Events tracked by the app center
Inheritance
System.Object
TrackedEvent
Namespace: Sensus
Assembly: SensusAndroid.dll
Syntax
public sealed class TrackedEvent : Enum
Fields
Error
Critical error
Declaration
public const TrackedEvent Error
Field Value
Type | Description |
---|---|
TrackedEvent |
Health
Health information (e.g., the extent to which a probe's performance is nominal)
Declaration
public const TrackedEvent Health
Field Value
Type | Description |
---|---|
TrackedEvent |
Miscellaneous
Misellaneous information
Declaration
public const TrackedEvent Miscellaneous
Field Value
Type | Description |
---|---|
TrackedEvent |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Warning
Warning of a noncritical state
Declaration
public const TrackedEvent Warning
Field Value
Type | Description |
---|---|
TrackedEvent |