Java.Lang.Thread.MinPriority Field
The minimum priority value allowed for a thread.

Value: 1

Syntax

[Android.Runtime.Register("MIN_PRIORITY")]
public const int MinPriority

Remarks

The minimum priority value allowed for a thread. This corresponds to (but does not have the same value as) android.os.Process.THREAD_PRIORITY_LOWEST.

[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