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

int

返品

属性

注釈

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

android.app.WallpaperManager.hasResourceWallpaperの Android リファレンス。

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

適用対象