Parcel.ReadInterfaceArray(Object[], IFunction) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lisez un tableau de T (IInterface) à partir d’un colis.
[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
Paramètres
- val
- Object[]
La valeur ne peut pas être null.
- asInterface
- IFunction
une fonction pour convertir l’objet IBinder en T (IInterface)
- Attributs
Remarques
Lisez un tableau de T (IInterface) à partir d’un colis.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.