Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesGetLong Method
Retrieves a value from the preferences.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static long GetLong(
	string key,
	long defaultValue = 0
)

Parameters

key
Type: SystemString
Preference key.
defaultValue (Optional)
Type: SystemInt64
Value to be returned if preference had no value, or on error.

Return Value

Type: Int64
Value of the preference with key key, defaultValue if preference is not set, or on error.
See Also