Class AndroidRuntimeEnvironment

java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.AndroidRuntimeEnvironment

public final class AndroidRuntimeEnvironment extends RuntimeEnvironment
Android device information.
  • Constructor Details

    • AndroidRuntimeEnvironment

      public AndroidRuntimeEnvironment()
  • Method Details

    • getBuildId

      public String getBuildId()
    • setBuildId

      public void setBuildId(String buildId)
    • getBrand

      public String getBrand()
    • setBrand

      public void setBrand(String brand)
    • getProduct

      public String getProduct()
    • setProduct

      public void setProduct(String product)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getManufacturer

      public String getManufacturer()
    • setManufacturer

      public void setManufacturer(String manufacturer)
    • getOsVersion

      public String getOsVersion()
    • setOsVersion

      public void setOsVersion(String osVersion)
    • getModel

      public String getModel()
    • setModel

      public void setModel(String model)
    • 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

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getLocaleLanguage

      public String getLocaleLanguage()
    • setLocaleLanguage

      public void setLocaleLanguage(String localeLanguage)
    • getLocaleCountry

      public String getLocaleCountry()
    • setLocaleCountry

      public void setLocaleCountry(String localeCountry)
    • getNetworkCountry

      public String getNetworkCountry()
    • setNetworkCountry

      public void setNetworkCountry(String networkCountry)
    • getNetworkCarrier

      public String getNetworkCarrier()
    • setNetworkCarrier

      public void setNetworkCarrier(String networkCarrier)
    • getMobileNetworkCode

      public String getMobileNetworkCode()
    • setMobileNetworkCode

      public void setMobileNetworkCode(String mobileNetworkCode)
    • getMobileCountryCode

      public String getMobileCountryCode()
    • setMobileCountryCode

      public void setMobileCountryCode(String mobileCountryCode)
    • getUtcOffset

      public int getUtcOffset()
    • setUtcOffset

      public void setUtcOffset(int utcOffset)
    • getTimeZoneName

      public String getTimeZoneName()
    • setTimeZoneName

      public void setTimeZoneName(String timeZoneName)
    • getIsTablet

      public Boolean getIsTablet()
    • setIsTablet

      public void setIsTablet(Boolean isTablet)
    • getSupportsTelephony

      public Boolean getSupportsTelephony()
    • setSupportsTelephony

      public void setSupportsTelephony(Boolean supportsTelephony)
    • getHasNFC

      public Boolean getHasNFC()
    • setHasNFC

      public void setHasNFC(Boolean hasNFC)
    • getBluetoothEnabled

      public Boolean getBluetoothEnabled()
    • setBluetoothEnabled

      public void setBluetoothEnabled(Boolean bluetoothEnabled)
    • getBluetoothVersion

      public String getBluetoothVersion()
    • setBluetoothVersion

      public void setBluetoothVersion(String bluetoothVersion)
    • getAndroidSdkLevel

      public int getAndroidSdkLevel()
    • setAndroidSdkLevel

      public void setAndroidSdkLevel(int androidSdkLevel)
    • getApplicationName

      public String getApplicationName()
    • setApplicationName

      public void setApplicationName(String applicationName)
    • getApplicationVersion

      public String getApplicationVersion()
    • setApplicationVersion

      public void setApplicationVersion(String applicationVersion)
    • getApplicationPackage

      public String getApplicationPackage()
    • setApplicationPackage

      public void setApplicationPackage(String applicationPackage)
    • getInstallReferrer

      public String getInstallReferrer()
    • setInstallReferrer

      public void setInstallReferrer(String installReferrer)