WallpaperManager.HasResourceWallpaper(Int32) メソッド

定義

ユーザーが現在、特定のリソース ID で壁紙を使用するように設定されているかどうかを返します。

[Android.Runtime.Register("hasResourceWallpaper", "(I)Z", "GetHasResourceWallpaper_IHandler")]
public virtual bool HasResourceWallpaper (int resid);
[<Android.Runtime.Register("hasResourceWallpaper", "(I)Z", "GetHasResourceWallpaper_IHandler")>]
abstract member HasResourceWallpaper : int -> bool
override this.HasResourceWallpaper : int -> bool

パラメーター

resid
Int32

戻り値

属性

注釈

ユーザーが現在、特定のリソース ID で壁紙を使用するように設定されているかどうかを返します。 つまり、壁紙は同じリソース ID で設定 #setResource(int) されています。

android.app.WallpaperManager.hasResourceWallpaper(int)Java ドキュメント。

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

適用対象