Class AndroidRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.AndroidRuntimeEnvironment
Android device information.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
RuntimeEnvironment.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getBrand()
getModel()
getName()
int
int
int
int
void
setAndroidSdkLevel
(int androidSdkLevel) 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
setInstallReferrer
(String installReferrer) void
setIsTablet
(Boolean isTablet) void
setLocaleCountry
(String localeCountry) void
setLocaleLanguage
(String localeLanguage) void
setManufacturer
(String manufacturer) void
setMobileCountryCode
(String mobileCountryCode) void
setMobileNetworkCode
(String mobileNetworkCode) void
void
void
setNetworkCarrier
(String networkCarrier) void
setNetworkCountry
(String networkCountry) 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
-
AndroidRuntimeEnvironment
public AndroidRuntimeEnvironment()
-
-
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
-
getNetworkCountry
-
setNetworkCountry
-
getNetworkCarrier
-
setNetworkCarrier
-
getMobileNetworkCode
-
setMobileNetworkCode
-
getMobileCountryCode
-
setMobileCountryCode
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getTimeZoneName
-
setTimeZoneName
-
getIsTablet
-
setIsTablet
-
getSupportsTelephony
-
setSupportsTelephony
-
getHasNFC
-
setHasNFC
-
getBluetoothEnabled
-
setBluetoothEnabled
-
getBluetoothVersion
-
setBluetoothVersion
-
getAndroidSdkLevel
public int getAndroidSdkLevel() -
setAndroidSdkLevel
public void setAndroidSdkLevel(int androidSdkLevel) -
getApplicationName
-
setApplicationName
-
getApplicationVersion
-
setApplicationVersion
-
getApplicationPackage
-
setApplicationPackage
-
getInstallReferrer
-
setInstallReferrer
-