Class IosRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.IosRuntimeEnvironment
iOS 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 TypeMethodDescriptionlong
getBrand()
getModel()
getName()
int
int
int
void
void
setApplicationName
(String applicationName) void
setApplicationPackage
(String applicationPackage) void
setApplicationVersion
(String applicationVersion) void
setAttAuthorizationStatus
(AttAuthorizationStatus attAuthorizationStatus) void
setAttTimestampUnixtimeMs
(long attTimestampUnixtimeMs) void
void
setBuildId
(String buildId) void
setCountry
(String country) void
setCpuArchitecture
(String cpuArchitecture) void
setIsSandboxed
(Boolean isSandboxed) 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
setRadioAccessTechnology
(String radioAccessTechnology) 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
-
IosRuntimeEnvironment
public IosRuntimeEnvironment()
-
-
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
-
getNetworkCountry
-
setNetworkCountry
-
getNetworkCarrier
-
setNetworkCarrier
-
getMobileNetworkCode
-
setMobileNetworkCode
-
getMobileCountryCode
-
setMobileCountryCode
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getTimeZoneName
-
setTimeZoneName
-
getCpuArchitecture
-
setCpuArchitecture
-
getIsTablet
-
setIsTablet
-
getRadioAccessTechnology
-
setRadioAccessTechnology
-
getApplicationName
-
setApplicationName
-
getApplicationVersion
-
setApplicationVersion
-
getApplicationPackage
-
setApplicationPackage
-
getIsSandboxed
-
setIsSandboxed
-
getAppleSearchAdsAttribution
-
setAppleSearchAdsAttribution
-
getAttAuthorizationStatus
-
setAttAuthorizationStatus
-
getAttTimestampUnixtimeMs
public long getAttTimestampUnixtimeMs() -
setAttTimestampUnixtimeMs
public void setAttTimestampUnixtimeMs(long attTimestampUnixtimeMs)
-