public class ConstantsKt
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARG_CONFIRMATION
Name of the argument to get the confirmation response from user.
|
static java.lang.String |
ARG_DATETIME
Name of argument to get the datetime value selected by the user.
|
static java.lang.String |
ARG_IS_FINAL_REPROMPT
Name of argument to get whether it is the final reprompt
|
static java.lang.String |
ARG_MEDIA_STATUS
Name of argument to get media status
|
static java.lang.String |
ARG_OPTION
Name of argument to get the user selected option (eg: from a List).
|
static java.lang.String |
ARG_PERMISSION
Name of the argument to get the permission response from the user.
|
static java.lang.String |
ARG_PLACE
Name of the argument to get the place / location response from the user.
|
static java.lang.String |
ARG_REGISTER_UPDATE
Name of the argument to get register for update status.
|
static java.lang.String |
ARG_REPROMPT_COUNT
Name of argument to get the reprompt count
|
static java.lang.String |
ARG_SIGN_IN
Name of the argument to get the sign in status
|
static java.lang.String |
ARG_UPDATES_USER_ID
Argument key for the ID of the user granting permission for updates
|
static java.lang.String |
PERMISSION_DEVICE_COARSE_LOCATION
Permission to request user's coarse location, zip code, city, and
country code.
|
static java.lang.String |
PERMISSION_DEVICE_PRECISE_LOCATION
Permission to request user's precise location, latitude/longitude, and
formatted address.
|
static java.lang.String |
PERMISSION_NAME
Permission to request user's first and last name
|
static java.lang.String |
PERMISSION_UPDATE
Permission to send updates to the user
|
public static java.lang.String PERMISSION_NAME
Permission to request user's first and last name
public static java.lang.String PERMISSION_DEVICE_PRECISE_LOCATION
Permission to request user's precise location, latitude/longitude, and formatted address.
public static java.lang.String PERMISSION_DEVICE_COARSE_LOCATION
Permission to request user's coarse location, zip code, city, and country code.
public static java.lang.String PERMISSION_UPDATE
Permission to send updates to the user
public static java.lang.String ARG_UPDATES_USER_ID
Argument key for the ID of the user granting permission for updates
public static java.lang.String ARG_OPTION
Name of argument to get the user selected option (eg: from a List).
public static java.lang.String ARG_IS_FINAL_REPROMPT
Name of argument to get whether it is the final reprompt
public static java.lang.String ARG_REPROMPT_COUNT
Name of argument to get the reprompt count
public static java.lang.String ARG_MEDIA_STATUS
Name of argument to get media status
public static java.lang.String ARG_DATETIME
Name of argument to get the datetime value selected by the user.
public static java.lang.String ARG_CONFIRMATION
Name of the argument to get the confirmation response from user.
public static java.lang.String ARG_PERMISSION
Name of the argument to get the permission response from the user.
public static java.lang.String ARG_PLACE
Name of the argument to get the place / location response from the user.
public static java.lang.String ARG_REGISTER_UPDATE
Name of the argument to get register for update status.
public static java.lang.String ARG_SIGN_IN
Name of the argument to get the sign in status