Java.Lang.Thread.MaxPriority Field
The maximum priority value allowed for a thread.

Value: 10

Syntax

[Android.Runtime.Register("MAX_PRIORITY")]
public const int MaxPriority

Remarks

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

[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