Choreographer.Instance Property

Definition

Gets the choreographer for the calling thread.

public static Android.Views.Choreographer? Instance { [Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")>]
static member Instance : Android.Views.Choreographer

Property Value

The choreographer for this thread.

Attributes

Exceptions

if 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.

Java documentation for android.view.Choreographer.getInstance().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to