WallpaperManager.IsWallpaperSupported プロパティ

定義

通話ユーザーに対して壁紙がサポートされているかどうかを返します。

public virtual bool IsWallpaperSupported { [Android.Runtime.Register("isWallpaperSupported", "()Z", "GetIsWallpaperSupportedHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isWallpaperSupported", "()Z", "GetIsWallpaperSupportedHandler", ApiSince=23)>]
member this.IsWallpaperSupported : bool

プロパティ値

属性

注釈

通話ユーザーに対して壁紙がサポートされているかどうかを返します。 この関数が を false返す場合、壁紙を変更しようとしても効果はなく、壁紙を取得しようとすると が返 nullされます。

の Java ドキュメント android.app.WallpaperManager.isWallpaperSupported()

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

適用対象