Parcel.WriteInterfaceArray(Object[]) 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.
Flatten a homogeneous array containing an IInterface type into the parcel, at the current dataPosition() and growing dataCapacity() if needed.
[Android.Runtime.Register("writeInterfaceArray", "([Landroid/os/IInterface;)V", "", ApiSince=33)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })]
public void WriteInterfaceArray (Java.Lang.Object[]? val);
[<Android.Runtime.Register("writeInterfaceArray", "([Landroid/os/IInterface;)V", "", ApiSince=33)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })>]
member this.WriteInterfaceArray : Java.Lang.Object[] -> unit
Parameters
- val
- Object[]
The array of objects to be written.
- Attributes
Remarks
Flatten a homogeneous array containing an IInterface type into the parcel, at the current dataPosition() and growing dataCapacity() if needed. The type of the objects in the array must be one that implements IInterface.
Java documentation for android.os.Parcel.writeInterfaceArray(T[])
.
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.