MessagePdu(IList<Byte[]>) Constructor
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.
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
- 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.