Class XboxRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.XboxRuntimeEnvironment
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
RuntimeEnvironment.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
getModel()
getName()
int
int
int
void
setApplicationName
(String applicationName) void
setApplicationPackage
(String applicationPackage) void
setApplicationVersion
(String applicationVersion) void
void
setBuildId
(String buildId) void
setCountry
(String country) void
setCpuArchitecture
(String cpuArchitecture) void
setLocaleCountry
(String localeCountry) void
setLocaleLanguage
(String localeLanguage) void
setManufacturer
(String manufacturer) void
void
void
setOsVersion
(String osVersion) void
setProduct
(String product) void
setScreenHeight
(int screenHeight) void
setScreenWidth
(int screenWidth) void
setTimeZoneName
(String timeZoneName) 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
-
XboxRuntimeEnvironment
public XboxRuntimeEnvironment()
-
-
Method Details
-
getBuildId
-
setBuildId
-
getBrand
-
setBrand
-
getProduct
-
setProduct
-
getName
-
setName
-
getManufacturer
-
setManufacturer
-
getOsVersion
-
setOsVersion
-
getModel
-
setModel
-
getScreenHeight
public int getScreenHeight() -
setScreenHeight
public void setScreenHeight(int screenHeight) -
getScreenWidth
public int getScreenWidth() -
setScreenWidth
public void setScreenWidth(int screenWidth) -
getCountry
-
setCountry
-
getLocaleLanguage
-
setLocaleLanguage
-
getLocaleCountry
-
setLocaleCountry
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getTimeZoneName
-
setTimeZoneName
-
getCpuArchitecture
-
setCpuArchitecture
-
getApplicationName
-
setApplicationName
-
getApplicationVersion
-
setApplicationVersion
-
getApplicationPackage
-
setApplicationPackage
-