|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trademob.tracking.TMUniversalTracking
public class TMUniversalTracking
Constructor Summary | |
---|---|
TMUniversalTracking(Context aContext)
Constructor of the Tracking Needs a Valid app Context to set up properly |
Method Summary | |
---|---|
void |
trackActionAlways(java.lang.String aAction,
int aValue)
Method to track an action only once during the lifetime of the app or at least until the memory of the app is cleared |
void |
trackActionOnce(java.lang.String aAction,
int aValue)
Method to track a action every time the method is called |
void |
trackAppload()
Method to track an appload event. |
void |
trackReferrerStart(java.lang.String aQuery)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TMUniversalTracking(Context aContext)
aContext:
- a Valid app ContextMethod Detail |
---|
public void trackAppload()
public void trackActionAlways(java.lang.String aAction, int aValue)
aAction:
- A String of your choice to recognize the action later, must be unique within the apppublic void trackActionOnce(java.lang.String aAction, int aValue)
aAction:
- A String of your choice to recognize the action later, must be unique within the apppublic void trackReferrerStart(java.lang.String aQuery)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |