Parcel.ReadStrongBinder Method

Definition

Read an object from the parcel at the current dataPosition().

[Android.Runtime.Register("readStrongBinder", "()Landroid/os/IBinder;", "")]
public Android.OS.IBinder? ReadStrongBinder ();
[<Android.Runtime.Register("readStrongBinder", "()Landroid/os/IBinder;", "")>]
member this.ReadStrongBinder : unit -> Android.OS.IBinder

Returns

Attributes

Remarks

Read an object from the parcel at the current dataPosition().

Java documentation for android.os.Parcel.readStrongBinder().

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