Choreographer.Instance プロパティ

定義

呼び出し元スレッドの振付師を取得します。

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

プロパティ値

このスレッドの振付師。

属性

例外

スレッドにルーパーがない場合は 。

注釈

呼び出し元スレッドの振付師を取得します。 が既 android.os.Looper に関連付けられているスレッドから呼び出す必要があります。

android.view.Choreographer.getInstance()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象