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

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

Parameters

key
Type: SystemString
Preference key.
value
Type: SystemBoolean
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