Android.OS.Parcel.WriteStrongInterface Method
Write an object into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Syntax

[Android.Runtime.Register("writeStrongInterface", "(Landroid/os/IInterface;)V", "")]
public void WriteStrongInterface (IInterface val)

Parameters

val
Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1