Settings.System.PutLong(ContentResolver, String, Int64) Method

Definition

Convenience function for updating a single settings value as a long integer.

[Android.Runtime.Register("putLong", "(Landroid/content/ContentResolver;Ljava/lang/String;J)Z", "")]
public static bool PutLong (Android.Content.ContentResolver? cr, string? name, long value);
[<Android.Runtime.Register("putLong", "(Landroid/content/ContentResolver;Ljava/lang/String;J)Z", "")>]
static member PutLong : Android.Content.ContentResolver * string * int64 -> bool

Parameters

cr
ContentResolver

The ContentResolver to access.

name
String

The name of the setting to modify.

value
Int64

The new value for the setting.

Returns

Boolean
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to