public class SpringMobile extends SpringMobileBase
APP_BACKGROUND, APP_CLOSED, APP_FOREGROUND, APP_STARTED, EMPTY, VAR_ACTION
Constructor and Description |
---|
SpringMobile(java.lang.String site,
java.lang.String application,
android.content.Context context)
Creates an instance of Spring Sensor with site string, application name and application context object
|
commit, getEncryptedIdentifiers, getTimeout, getVersion, isDebug, isOfflineMode, isTracking, removeDebuggerObserver, removeDebuggerObservers, setDebug, setDebuggerObserver, setOfflineMode, setTimeout, setTracking
public SpringMobile(java.lang.String site, java.lang.String application, android.content.Context context)
site
- - The sitenameapplication
- - The application namecontext
- - The application contextjava.lang.IllegalArgumentException
- when the parameter site
or
the parameter application
context
doesn't match or empty.