| java.lang.Object | |
| ↳ | com.mapsted.positioning.deeplink.DeeplinkData | 
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | DeeplinkData.Destination | Destination for routing | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DeeplinkData(Uri uri) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getBuildingId() | ||||||||||
| List<DeeplinkData.Destination> | 
        getDestinations()
        
         get destinations for routing 
  
   | ||||||||||
| int | getEntityId() | ||||||||||
| String | 
        getFeaturePath()
        
         gets sub path for app feature this deeplink is for. 
  
   | ||||||||||
| int | getFloorId() | ||||||||||
| String | 
        getPayloadJsonData()
        
         use getFeaturePath to determine type of this json data. 
  
   | ||||||||||
| int | getPropertyId() | ||||||||||
| String | getUrl() | ||||||||||
| void | setPayloadJsonData(String json) | ||||||||||
| void | setPropertyId(int propertyId) | ||||||||||
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
| Exception | 
|---|
get destinations for routing
gets sub path for app feature this deeplink is for.
FEATURE_MAP_SELECT , FEATURE_MAP_ROUTING , FEATURE_FEEDS, FEATURE_EMERGENCY_ALERT
use getFeaturePath to determine type of this json data.