Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidDeviceFilterData

Set of parameters used to define an Android device or group of Android devices.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public struct AndroidDeviceFilterData

Remarks

Specify a list of parameters to identify an Android device or set of Android devices. Enter values for one or multiple parameters. The parameter values are processed using logical AND operation to check if the device properties match with all the specified values.
Unity ignores the filter if all parameters are empty.

Fields

Value

Description

androidOsVersionStringThe Android operating system version the device runs on.
brandNameThe manufacturer name of the Android device.
deviceNameThe name of the GPU model used in the Android device.
driverVersionStringVulkan device driver version.
productNameThe product codename for the Android device.
vendorNameVendor name of the GPU hardware used in the Android device.
vulkanApiVersionStringVulkan API version.