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

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

Parameters

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