Class GenericRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.GenericRuntimeEnvironment
-
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
int
void
setApplicationName
(String applicationName) void
setApplicationPackage
(String applicationPackage) void
setApplicationVersion
(String applicationVersion) void
setBluetoothEnabled
(Boolean bluetoothEnabled) void
setBluetoothVersion
(String bluetoothVersion) void
void
setBuildId
(String buildId) void
setCountry
(String country) void
void
setIsTablet
(Boolean isTablet) void
setLocaleCountry
(String localeCountry) void
setLocaleLanguage
(String localeLanguage) void
setManufacturer
(String manufacturer) void
void
void
setOsVersion
(String osVersion) void
setProduct
(String product) void
setScreenDpi
(int screenDpi) void
setScreenHeight
(int screenHeight) void
setScreenWidth
(int screenWidth) void
setSupportsTelephony
(Boolean supportsTelephony) 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
-
GenericRuntimeEnvironment
public GenericRuntimeEnvironment()
-
-
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) -
getScreenDpi
public int getScreenDpi() -
setScreenDpi
public void setScreenDpi(int screenDpi) -
getCountry
-
setCountry
-
getLocaleLanguage
-
setLocaleLanguage
-
getLocaleCountry
-
setLocaleCountry
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getTimeZoneName
-
setTimeZoneName
-
getIsTablet
-
setIsTablet
-
getSupportsTelephony
-
setSupportsTelephony
-
getHasNFC
-
setHasNFC
-
getBluetoothEnabled
-
setBluetoothEnabled
-
getBluetoothVersion
-
setBluetoothVersion
-
getApplicationName
-
setApplicationName
-
getApplicationVersion
-
setApplicationVersion
-
getApplicationPackage
-
setApplicationPackage
-