Class WebRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.WebRuntimeEnvironment
Web Environment
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
RuntimeEnvironment.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
Deprecated.This method delegates to the getter of the userAgent field.getName()
int
int
int
int
void
void
setBuildId
(String buildId) void
setDeviceCountry
(String deviceCountry) void
setDeviceManufacturer
(String deviceManufacturer) void
setDeviceModel
(String deviceModel) void
setHttpHeaderUserAgent
(String httpHeaderUserAgent) Deprecated.This method delegates to the setter of the userAgent field.void
setIsDayLightSavingsTime
(String isDayLightSavingsTime) void
setIsTablet
(Boolean isTablet) void
setLimitAdTracking
(String limitAdTracking) void
setLocaleCountry
(String localeCountry) void
setLocaleLanguage
(String localeLanguage) void
setMobileCountryCode
(String mobileCountryCode) void
setMobileNetworkCode
(String mobileNetworkCode) void
void
setNetworkCarrier
(String networkCarrier) void
setNetworkCountry
(String networkCountry) void
setOsVersion
(String osVersion) void
setProduct
(String product) void
setPushToken
(String pushToken) void
setRadioAccessTechnology
(String radioAccessTechnology) void
setScreenDpi
(int screenDpi) void
setScreenHeight
(int screenHeight) void
setScreenWidth
(int screenWidth) void
setUtcOffset
(int utcOffset) Methods inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
getClientIpAddress, getIdentities, getSdkVersion, getType, getUserAgent, isDebug, setClientIpAddress, setIdentities, setSdkVersion, setUserAgent
-
Constructor Details
-
WebRuntimeEnvironment
public WebRuntimeEnvironment()
-
-
Method Details
-
getBuildId
-
setBuildId
-
getBrand
-
setBrand
-
getProduct
-
setProduct
-
getName
-
setName
-
getDeviceManufacturer
-
setDeviceManufacturer
-
getOsVersion
-
setOsVersion
-
getDeviceModel
-
setDeviceModel
-
getScreenHeight
public int getScreenHeight() -
setScreenHeight
public void setScreenHeight(int screenHeight) -
getScreenWidth
public int getScreenWidth() -
setScreenWidth
public void setScreenWidth(int screenWidth) -
getScreenDpi
public int getScreenDpi() -
setScreenDpi
public void setScreenDpi(int screenDpi) -
getDeviceCountry
-
setDeviceCountry
-
getLocaleLanguage
-
setLocaleLanguage
-
getLocaleCountry
-
setLocaleCountry
-
getNetworkCountry
-
setNetworkCountry
-
getNetworkCarrier
-
setNetworkCarrier
-
getMobileNetworkCode
-
setMobileNetworkCode
-
getMobileCountryCode
-
setMobileCountryCode
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getHttpHeaderUserAgent
Deprecated.This method delegates to the getter of the userAgent field. Left in for backwards compatibility- Returns:
- the user agent
-
setHttpHeaderUserAgent
Deprecated.This method delegates to the setter of the userAgent field. Left in for backwards compatibility- Parameters:
httpHeaderUserAgent
- the user agent to set
-
getPushToken
-
setPushToken
-
getIsTablet
-
setIsTablet
-
getRadioAccessTechnology
-
setRadioAccessTechnology
-
getLimitAdTracking
-
setLimitAdTracking
-
getIsDayLightSavingsTime
-
setIsDayLightSavingsTime
-