Parcel.ReadInterfaceArray(Object[], IFunction) メソッド

定義

パーセルから T (IInterface) の配列を読み取る。

[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

パラメーター

val
Object[]
asInterface
IFunction

IBinder オブジェクトを T (IInterface) に変換する関数

属性

注釈

パーセルから T (IInterface) の配列を読み取る。

の Java ドキュメント android.os.Parcel.readInterfaceArray(T[], java.util.function.Function<android.os.IBinder, T>)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象