Click or drag to resize
uLiveWallpaper
ILiveWallpaperOffsetEmulator Interface
Implement this interface to implement a wallpaper offset emulator.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public interface ILiveWallpaperOffsetEmulator

The ILiveWallpaperOffsetEmulator type exposes the following members.

Properties
  NameDescription
Public propertyIsOffsetChangedWorking
Gets a value indicating whether current launcher correctly reports wallpaper offset data.
Top
Methods
  NameDescription
Public methodHandleOffsetChange
Postprocesses the wallpaper offset change event that came from Java side.
Public methodOnRegister
Called after this emulator was registered as an active emulator.
Public methodOnUnregister
Called before this emulator was unregistered from being an active emulator.
Public methodUpdateState
Generic Update event.
Top
See Also