|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceManager
Public interface to the back end portions of the Google Analytics SDK.
Method Summary | |
---|---|
void |
dispatch()
Dispatches queued hits (view, events, or transactions) to Google Analytics if a network connection is available. |
void |
setDispatchPeriod(int dispatchPeriodInSeconds)
Sets dispatch period for the dispatcher. |
Method Detail |
---|
void dispatch()
void setDispatchPeriod(int dispatchPeriodInSeconds)
dispatchPeriod
seconds. If a negative dispatch period is given, automatic dispatch will
not be enabled, and the application will need to dispatch events
manually using dispatch()
. If zero, dispatching will happen on
every hit.
dispatchPeriodInSeconds
- the new dispatch period
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |