Parcel.ReadInterfaceArray(Object[], 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 an array of T (IInterface) from a parcel.
[Android.Runtime.Register("readInterfaceArray", "([Landroid/os/IInterface;Ljava/util/function/Function;)V", "", ApiSince=33)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })]
public void ReadInterfaceArray (Java.Lang.Object[] val, Java.Util.Functions.IFunction asInterface);
[<Android.Runtime.Register("readInterfaceArray", "([Landroid/os/IInterface;Ljava/util/function/Function;)V", "", ApiSince=33)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })>]
member this.ReadInterfaceArray : Java.Lang.Object[] * Java.Util.Functions.IFunction -> unit
Parameters
- val
- Object[]
- asInterface
- IFunction
a function to convert IBinder object into T (IInterface)
- Attributes
Remarks
Read an array of T (IInterface) from a parcel.
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.