WindowManagerLayoutParams.AreWallpaperTouchEventsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether sending touch events to the system wallpaper (which can be provided by a third-party application) is enabled for windows that show wallpaper in background.
[Android.Runtime.Register("areWallpaperTouchEventsEnabled", "()Z", "GetAreWallpaperTouchEventsEnabledHandler", ApiSince=34)]
public virtual bool AreWallpaperTouchEventsEnabled ();
[<Android.Runtime.Register("areWallpaperTouchEventsEnabled", "()Z", "GetAreWallpaperTouchEventsEnabledHandler", ApiSince=34)>]
abstract member AreWallpaperTouchEventsEnabled : unit -> bool
override this.AreWallpaperTouchEventsEnabled : unit -> bool
Returns
whether sending touch events to the system wallpaper is enabled.
- Attributes
Remarks
Returns whether sending touch events to the system wallpaper (which can be provided by a third-party application) is enabled for windows that show wallpaper in background. Check android.view.WindowManager.LayoutParams#FLAG_SHOW_WALLPAPER
for more information on showing system wallpaper behind the window.
Java documentation for android.view.WindowManager.LayoutParams.areWallpaperTouchEventsEnabled()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.