Bumping manifests a=b2g-bump
[gecko.git] / dom / webidl / MozMmsMessage.webidl
blobf7f690c60f3ebf620fefa03713f954b62d0823fa
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/.
5  */
7 dictionary MmsDeliveryInfo {
8   DOMString? receiver = null;
9   DOMString? deliveryStatus = null;
10   DOMTimeStamp deliveryTimestamp = 0; // 0 if not available (e.g.,
11                                       // |delivery| = "received" or not yet delivered).
12   DOMString? readStatus = null;
13   DOMTimeStamp readTimestamp = 0; // 0 if not available (e.g.,
14                                   // |delivery| = "received" or not yet read).