-
Notifications
You must be signed in to change notification settings - Fork 0
Access Home Services
Somya Arora edited this page Nov 2, 2017
·
6 revisions
access_home_services
The access_home_services intent takes the location from the parent application and launches the home services categories. Context Required:Lat and Long, categories.
KEYWORD | DESCRIPTION | MANDATORY | TYPE |
---|---|---|---|
LAT | Latitude value of the location | Yes | String |
LONG | Longitude value of the location | Yes | String |
USERNAME | User's name | No | String |
PHONE | User's phone number | No | String |
User's Email ID | No | String | |
ADDRESS | User's address | No | String |
{
"lat" : "$LAT",
"long" : "$LONG",
"username" : "$USERNAME",
"phone" : "$PHONE",
"email" : "$EMAIL",
"address" : "$ADDRESS"
}