ANDROID Enum Entry

ANDROID

An Android device, without naming the model.

Do not write this value yet. The engine reads the metadata number against its own list, on which position 1 means an iPhone 4, so setting it selects that hardware’s noise profile rather than Android’s. Leaving the key unset is the supported behaviour.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

toInt

fun toInt(): Int

Returns the integer form used in a page’s metadata bundle.

Top