Parcel.ReadInterfaceList(IList, IFunction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().
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.