com.mobileapptracker
public class MATEventQueue extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
MATEventQueue.Add |
protected class |
MATEventQueue.Dump |
Constructor and Description |
---|
MATEventQueue(Context context,
MobileAppTracker mat) |
Modifier and Type | Method and Description |
---|---|
protected int |
getQueueSize()
Returns the current event queue size.
|
protected void |
removeKeyFromQueue(String key)
Removes a specific item from the queue.
|
protected void |
setQueueSize(int size)
Sets the event queue size to value.
|
public MATEventQueue(Context context, MobileAppTracker mat)
protected void setQueueSize(int size)
size
- the new queue sizeprotected int getQueueSize()
protected void removeKeyFromQueue(String key)