Android.OS.Parcel.WriteInterfaceToken Method
Store or read an IBinder interface token in the parcel at the current Parcel.DataPosition.

Syntax

[Android.Runtime.Register("writeInterfaceToken", "(Ljava/lang/String;)V", "")]
public void WriteInterfaceToken (string interfaceName)

Parameters

interfaceName
Documentation for this section has not yet been entered.

Remarks

Store or read an IBinder interface token in the parcel at the current Parcel.DataPosition. This is used to validate that the marshalled transaction is intended for the target interface.

[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