Parcel.WriteStrongBinder(IBinder) Method

Definition

Write an object into the parcel at the current dataPosition(), growing dataCapacity() if needed.

[Android.Runtime.Register("writeStrongBinder", "(Landroid/os/IBinder;)V", "")]
public void WriteStrongBinder (Android.OS.IBinder? val);
[<Android.Runtime.Register("writeStrongBinder", "(Landroid/os/IBinder;)V", "")>]
member this.WriteStrongBinder : Android.OS.IBinder -> unit

Parameters

val
IBinder
Attributes

Remarks

Write an object into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Java documentation for android.os.Parcel.writeStrongBinder(android.os.IBinder).

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