SeatCarZoneAreaIdConverter

@ExperimentalCarApi
class SeatCarZoneAreaIdConverter : CarZoneAreaIdConverter


CarZone to areaId converter for Seat

Summary

Public constructors

Public functions

ImmutableSet<CarZone!>

Converts seatAreaId, which is a bitmask of VehicleAreaSeat areas, into a list of Car zones.

Public constructors

SeatCarZoneAreaIdConverter

Added in 1.3.0
SeatCarZoneAreaIdConverter()

Public functions

convertAreaIdToCarZones

Added in 1.4.0-rc02
fun convertAreaIdToCarZones(seatAreaId: Int): ImmutableSet<CarZone!>

Converts seatAreaId, which is a bitmask of VehicleAreaSeat areas, into a list of Car zones. Each object in the return list corresponds to a VehicleAreaSeat area in seatAreaId

Parameters
seatAreaId: Int

the area Id that needs to be converted to CarZone