Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesSetInt Method
Sets a preference value.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static bool SetInt(
	string key,
	int value
)

Parameters

key
Type: SystemString
Preference key.
value
Type: SystemInt32
Value to be written into preference.

Return Value

Type: Boolean
true on success, false if editing session has not been started, on error.
See Also