Package com.launchdarkly.sdk.android.env
Interface IEnvironmentReporter
public interface IEnvironmentReporter
Reports information about the software/hardware environment that the SDK is
executing within.
-
Method Summary
-
Method Details
-
getApplicationInfo
- Returns:
- the
ApplicationInfo
for the application environment.
-
getManufacturer
- Returns:
- the manufacturer of the device the application is running in
-
getModel
- Returns:
- the model of the device the application is running in
-
getLocale
- Returns:
- a BCP47 language tag representing the locale
-
getOSFamily
- Returns:
- the OS Family that this application is running in
-
getOSName
- Returns:
- the name of the OS that this application is running in
-
getOSVersion
- Returns:
- the version of the OS that this application is running in
-