public interface Usage
Modifier and Type | Method and Description |
---|---|
long |
getCount(MessageCounts.CountType countType)
get the current count of messages.
|
long |
getMaxCount()
get the upper limit on total number of messages.
|
long |
getMaxSize()
get the upper limit on the total space used by all the messages.
|
long |
getSize()
get the current space used by all the messages.
|
long getCount(MessageCounts.CountType countType)
countType
- MessageCounts.CountType
type of count neededlong getMaxCount()
long getSize()
long getMaxSize()
Copyright © 2010 - 2020 Adobe. All Rights Reserved