getInboxes method
Returns a list of all active {@link Inbox} objects linked to this session.
@remarks
Only includes inboxes that are still mounted in the DOM. So if you call
createInbox()
but later remove its container element (or an ancestor of
the container), then the Inbox
object will have been made invalid and
is therefore not included in the results.
Implementation
external List<Inbox> getInboxes();