Write a ComponentName to a Parcel, handling null pointers.
Syntax
[Android.Runtime.Register("writeToParcel", "(Landroid/content/ComponentName;Landroid/os/Parcel;)V", "")]
public static
void WriteToParcel (
ComponentName c,
Android.OS.Parcel out)
See Also
Parameters
- c
- The ComponentName to be written.
- out
- The Parcel in which the ComponentName will be placed.
Remarks
Requirements
Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1