PAC Information Bundle
Android applications can use the PAC Information Bundle to gather information about the system and the device where the application is running.
To access this information, configure the following settings in your application's configuration file. For additional information, refer to the Android Application Developer Guide and the Android App Launch Service Reference Guide.
| Parameter | Type | Description | Example |
|---|---|---|---|
cabin_class_name | string | Specifies the cabin class name. | Economy |
companion_app | string | Identifies application running on multiple devices, such as the main seat monitor and video handset. | pacgames_pong |
companion_lru0_ip | string | Specifies the IP address of the companion hardware. | 172.17.148.150 |
companion_lru0_type | string | Specifies the type of the companion hardware. This is only available on the seatback monitor. Use with | 47 |
companion_lru0_subtype | string | Specifies the subtype of the companion hardware. This is only available on the seatback monitor. Use with | 50 |
handset_available | integer | Indicates handset connectivity to the seatback monitor. Values:
| 1 or 0 |
handset_type | string | Specifies supported handset types. | 47 |
handset_subtype | string | Specifies supported handset subtypes. | 46 |
host_lru_type | string | Specifies the type of hardware where the application is running. Use this with
| 196 |
host_lru_subtype | string | Specifies the subtype of hardware where the application is running. Use this with
| 196 |
logical_lru_type | array of strings | Specifies the logical definition of the LRU where the APK is installed. Values:
| ["Handset"] |
remote_handset_type | array of integers | Specifies remote handset or Passenger Control Unit (PCU) subtypes. Calculated based on the number of remote handsets or PCUs. | {55, 57} |
seat_number | string | Specifies the seat number. | 45C |
seat_deck | integer | Specifies in which row the seat is located. | 2 |
touchscreen_available | integer | Indicates if the unit has a touchscreen. Values:
|