Parcel.WriteBinderList(IList<IBinder>) メソッド

定義

IBinder オブジェクトを含むリストを現在の dataPosition() でパーセルにフラット化し、必要に応じて dataCapacity() を拡大します。

[Android.Runtime.Register("writeBinderList", "(Ljava/util/List;)V", "")]
public void WriteBinderList(System.Collections.Generic.IList<Android.OS.IBinder>? val);
[<Android.Runtime.Register("writeBinderList", "(Ljava/util/List;)V", "")>]
member this.WriteBinderList : System.Collections.Generic.IList<Android.OS.IBinder> -> unit

パラメーター

val
IList<IBinder>

書き込む文字列の一覧。

属性

注釈

IBinder オブジェクトを含むリストを現在の dataPosition() でパーセルにフラット化し、必要に応じて dataCapacity() を拡大します。 後で、 #createBinderArrayList または #readBinderListを使用して取得できます。

Javaドキュメント。

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

適用対象