Settings.System.PutLong(ContentResolver, String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The ContentResolver to access.
- name
- String
The name of the setting to modify.
- value
- Int64
The new value for the setting.
Returns
- 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.