Share via


Parcel.ReadInterfaceList(IList, IFunction) Method

Definition

Read into the given List items IInterface objects that were written with #writeInterfaceList at the current dataPosition().

[Android.Runtime.Register("readInterfaceList", "(Ljava/util/List;Ljava/util/function/Function;)V", "", ApiSince=33)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })]
public void ReadInterfaceList (System.Collections.IList list, Java.Util.Functions.IFunction asInterface);
[<Android.Runtime.Register("readInterfaceList", "(Ljava/util/List;Ljava/util/function/Function;)V", "", ApiSince=33)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })>]
member this.ReadInterfaceList : System.Collections.IList * Java.Util.Functions.IFunction -> unit

Parameters

list
IList
asInterface
IFunction
Attributes

Remarks

Read into the given List items IInterface objects that were written with #writeInterfaceList at the current dataPosition().

Java documentation for android.os.Parcel.readInterfaceList(java.util.List<T>, java.util.function.Function<android.os.IBinder, T>).

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