MessagePdu(IList<Byte[]>) Constructor

Definition

Constructs a MessagePdu with the list of message PDUs.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=22)]
public MessagePdu (System.Collections.Generic.IList<byte[]> pduList);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=22)>]
new Android.Service.Carrier.MessagePdu : System.Collections.Generic.IList<byte[]> -> Android.Service.Carrier.MessagePdu

Parameters

pduList
IList<Byte[]>

the list of message PDUs

Attributes

Remarks

Constructs a MessagePdu with the list of message PDUs.

Java documentation for android.service.carrier.MessagePdu.MessagePdu(java.util.List<byte[]>).

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.

Applies to