POIRequestData

data class POIRequestData(var poiType: Constants.POIType = Constants.POIType.NONE, val propertyId: Int = -1, val buildingId: Int = -1, val floorId: Int = -1, val entityId: Int = -1, val campaignId: String = "")

This class hold data to request POI data

Constructors

Link copied to clipboard
constructor(poiType: Constants.POIType = Constants.POIType.NONE, propertyId: Int = -1, buildingId: Int = -1, floorId: Int = -1, entityId: Int = -1, campaignId: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard