Looper.MainLooper プロパティ

定義

アプリケーションの メイン ループャーを返します。これは、アプリケーションのメイン スレッド内にあります。

public static Android.OS.Looper? MainLooper { [Android.Runtime.Register("getMainLooper", "()Landroid/os/Looper;", "")] get; }
[<get: Android.Runtime.Register("getMainLooper", "()Landroid/os/Looper;", "")>]
static member MainLooper : Android.OS.Looper

プロパティ値

属性

注釈

アプリケーションの メイン ループャーを返します。これは、アプリケーションのメイン スレッド内にあります。

android.os.Looper.getMainLooper()Java ドキュメント。

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

適用対象