For the complete documentation index, see llms.txt. This page is also available as Markdown.

Android Device Configuration

Get android device configuration

get

Retrieve the configuration and peripheral specifications for a specific Android device based on manufacturer and model.

Path parameters
manufacturerstringRequired

The name of the Android device manufacturer.

modelstringRequired

The model identifier of the Android device.

Header parameters
api-keyanyRequired

An access API key issued to you by Xplor Pay.

public-keyanyRequired

The public key issued to you by Xplor Pay.

Responses
200

Successful Response

device-manufacturerstringOptional

The manufacturer of the Android device.

Example: text
device-modelstringOptional

The model identifier of the Android device.

Example: text
support-statusesstringOptional

The supported device status values.

Example: text
baud-rateinteger · int32Optional

The audio baud rate used for device communication.

Example: 1
input-frequencyinteger · int32Optional

The audio input frequency supported by the device.

Example: 1
output-frequencyinteger · int32Optional

The audio output frequency supported by the device.

Example: 1
record-buffer-sizeinteger · int32Optional

The buffer size used for audio recording.

Example: 1
record-read-buffer-sizeinteger · int32Optional

The buffer size used when reading recorded audio data.

Example: 1
volume-adjustinteger · int32Optional

The volume adjustment level applied to the device audio output.

Example: 1
direct-output-waveinteger · int32Optional

Enables the direct audio output wave processing.

Example: 1
use-voice-recognitioninteger · int32Optional

Indicates whether voice recognition is enabled for the device.

Example: 1
shuttle-channelinteger · int32Optional

The audio channel used for device communication.

Example: 1
powerup-when-swipeinteger · int32Optional

The device powers up automatically when a card swipe is detected.

Example: 1
powerup-last-before-commandinteger · int32Optional

The device powers up using the last configuration before executing a command.

Example: 1
force-headsetinteger · int32Optional

Indicates whether the device forces headset mode during operation.

Example: 1
reverse-audio-eventsinteger · int32Optional

Indicates whether audio event handling is reversed.

Example: 1
get/rest/v2/android/devices/{manufacturer}/{model}

Last updated

Was this helpful?