TextUtils.WriteToParcel 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.
Overloads
WriteToParcel(ICharSequence, Parcel, ParcelableWriteFlags) |
Flatten a CharSequence and whatever styles can be copied across processes into the parcel. |
WriteToParcel(String, Parcel, ParcelableWriteFlags) |
Flatten a CharSequence and whatever styles can be copied across processes into the parcel. |
WriteToParcel(ICharSequence, Parcel, ParcelableWriteFlags)
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
[Android.Runtime.Register("writeToParcel", "(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V", "")]
public static void WriteToParcel (Java.Lang.ICharSequence? cs, Android.OS.Parcel p, Android.OS.ParcelableWriteFlags parcelableFlags);
[<Android.Runtime.Register("writeToParcel", "(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V", "")>]
static member WriteToParcel : Java.Lang.ICharSequence * Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
Parameters
- p
- Parcel
- parcelableFlags
- ParcelableWriteFlags
- Attributes
Remarks
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
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
WriteToParcel(String, Parcel, ParcelableWriteFlags)
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
public static void WriteToParcel (string? cs, Android.OS.Parcel p, Android.OS.ParcelableWriteFlags parcelableFlags);
static member WriteToParcel : string * Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
Parameters
- cs
- String
- p
- Parcel
- parcelableFlags
- ParcelableWriteFlags
Remarks
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
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.