Android.Views.Choreographer.Instance Property
Gets the choreographer for the calling thread.

Syntax

[get: Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "GetGetInstanceHandler")]
public static Choreographer Instance { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the thread does not have a looper.

Remarks

Gets the choreographer for the calling thread. Must be called from a thread that already has a Android.OS.Looper associated with it.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16