com.parse
Class ParseAnalytics
Object
com.parse.ParseAnalytics
public class ParseAnalytics
- extends Object
The ParseAnalytics class provides an interface to Parse's logging and
analytics backend.
Methods will return immediately and cache requests (+ timestamps) to be
handled "eventually." That is, the request will be sent immediately if
possible or the next time a network connection is available otherwise.
Method Summary |
static void |
trackAppOpened(Intent intent)
Tracks this application being launched (and if this happened as the
result of the user opening a push notification, this method sends along
information to correlate this open with that push). |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseAnalytics
public ParseAnalytics()
trackAppOpened
public static void trackAppOpened(Intent intent)
- Tracks this application being launched (and if this happened as the
result of the user opening a push notification, this method sends along
information to correlate this open with that push).
- Parameters:
intent
- The Intent
that started an Activity
, if any.
Can be null.