Parcel.WriteLong(Int64) Method

Definition

Write a long integer value into the parcel at the current dataPosition(), growing dataCapacity() if needed.

[Android.Runtime.Register("writeLong", "(J)V", "")]
public void WriteLong (long val);
[<Android.Runtime.Register("writeLong", "(J)V", "")>]
member this.WriteLong : int64 -> unit

Parameters

val
Int64
Attributes

Remarks

Write a long integer value into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Java documentation for android.os.Parcel.writeLong(long).

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