Class: Toybox.Communications.MailboxIterator
- Inherits:
-
Toybox.Lang.Object
Overview
Get the messages out of the Mailbox.
This has been deprecated
This class may be removed after System 4.
See Also:
Typedef Summary collapse
- MailboxKeyType as Lang.Number or Lang.Float or Lang.Long or Lang.Double or Lang.String or Lang.Boolean or Lang.Char
- MailboxValueType as MailboxIterator.MailboxKeyType or Lang.Array<MailboxIterator.MailboxValueType> or Lang.Dictionary<MailboxIterator.MailboxKeyType, MailboxIterator.MailboxValueType>
Instance Method Summary collapse
-
next() as MailboxIterator.MailboxValueType or Null
Get the next message from the mailbox.
Typedef Details
MailboxKeyType as Lang.Number or Lang.Float or Lang.Long or Lang.Double or Lang.String or Lang.Boolean or Lang.Char
Instance Method Details
next() as MailboxIterator.MailboxValueType or Null
Get the next message from the mailbox.