Java.Lang.Thread.NormPriority Field
The normal (default) priority value assigned to the main thread.

Value: 5

Syntax

[Android.Runtime.Register("NORM_PRIORITY")]
public const int NormPriority

Remarks

The normal (default) priority value assigned to the main thread. This corresponds to (but does not have the same value as) android.os.Process.THREAD_PRIORITY_DEFAULT.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1