Android.App.WallpaperManager.ClearWallpaperOffsets Method
Clear the offsets previously associated with this window through WallpaperManager.SetWallpaperOffsets(Android.OS.IBinder, System.Single, System.Single).

Syntax

[Android.Runtime.Register("clearWallpaperOffsets", "(Landroid/os/IBinder;)V", "GetClearWallpaperOffsets_Landroid_os_IBinder_Handler")]
public virtual void ClearWallpaperOffsets (Android.OS.IBinder windowToken)

Parameters

windowToken
The window who these offsets should be associated with, as returned by Android.Views.View.WindowToken.

Remarks

Clear the offsets previously associated with this window through WallpaperManager.SetWallpaperOffsets(Android.OS.IBinder, System.Single, System.Single). This reverts the window to its default state, where it does not cause the wallpaper to scroll from whatever its last offsets were.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5