objKey
public enum objKey : String
When notification fired with userInfos, here are the keys used inside userInfo.
-
Declaration
Swift
case buildingId = "com.mapsted.core.building.id" -
Declaration
Swift
case propertyId = "com.mapsted.core.property.id" -
Declaration
Swift
case dataId = "com.mapsted.core.data.id" -
Declaration
Swift
case requestType = "com.mapsted.core.request.type" -
Declaration
Swift
case progress = "com.mapsted.core.progress" -
Declaration
Swift
case timestamp = "com.mapsted.core.timestamp" -
Declaration
Swift
case prevZone = "com.mapsted.core.zoneChange.previous" -
Declaration
Swift
case newZone = "com.mapsted.core.zoneChange.new" -
Declaration
Swift
case nearbyEntityList = "com.mapsted.core.nearbyEntity.list"
objKey Enumeration Reference