UnityEventsProxy
Notifies about Live Wallpaper events. Compares the event data with previous event data and only sends the event if data has changed.
Note: Currently, the only listener is on the Unity C# side.
Functions
Called to inform about a custom event.
Notifies listeners about wallpaper desired size change.
Sends stored events to the listeners. Note: Called from C# code.
Notifies listeners about whether the wallpaper has entered or exited the preview mode.
Called to inform that user has tapped the screen multiple times.
Notifies listeners about preference value change.
Called to inform that live wallpaper preferences Activity has started.
Registers an event listener. Note: Called from C# code.
Unregisters an event listener. Note: Called from C# code.
Notifies listeners about whether the wallpaper has become visible or not visible.