A C E G I K L M N P S T 

A

ACTION_RESULT_ASK_CHOICE - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as result code for BroadcastReceiver that handle the INTENT_EXECUTE_ACTION intent, or as value for the extra EXTRA_RESULT_CODE.
ACTION_RESULT_ASK_PARAM - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as result code for BroadcastReceivers that handle the INTENT_EXECUTE_ACTION intent, or as value for the extra EXTRA_RESULT_CODE.
ACTION_RESULT_ASYNC - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as result code for BroadcastReceivers that handle the INTENT_EXECUTE_ACTION intent, or as value for the extra EXTRA_RESULT_CODE.
ACTION_RESULT_OK - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as result code for BroadcastReceivers that handle the INTENT_EXECUTE_ACTION intent, or as value for the extra EXTRA_RESULT_CODE.
ADDRESS - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The address for this entry.
ALBUM - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
When the media is of type "SONG" or "ALBUM", this is the name of the album.
AppData - Class in com.voicecontrolapp.klets.api.data
 
AppData() - Constructor for class com.voicecontrolapp.klets.api.data.AppData
 
ARTIST - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
When the media is of type "SONG", "ALBUM" or "ARTIST", this is the name of the artist.

C

com.voicecontrolapp.klets.api - package com.voicecontrolapp.klets.api
 
com.voicecontrolapp.klets.api.data - package com.voicecontrolapp.klets.api.data
 
COMPONENT_NAME - Static variable in class com.voicecontrolapp.klets.api.data.AppData
Launch activity component name that could used to launch the application.
CONTACT_ID - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The id of the contact.
ContactData - Class in com.voicecontrolapp.klets.api.data
 
ContactData() - Constructor for class com.voicecontrolapp.klets.api.data.ContactData
 

E

EXTRA_ACTION_ID - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
The lookup key used with INTENT_EXECUTE_ACTION ordered broadcasts for a String containing the action id for which KLets is firing the intent.
EXTRA_ASYNC_PENDING_INTENT - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
This extra contains PendingIntent that must be fired to notify to KLets when an asynchronous action execution is completed.
EXTRA_CHOICE_ID - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as a String extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_ASK_CHOICE.
EXTRA_CHOICE_LABELS - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as a String[] extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_ASK_CHOICE.
EXTRA_CHOICE_VALUES - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as an array extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_ASK_CHOICE.
EXTRA_CHOICES - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
The lookup key used with INTENT_EXECUTE_ACTION ordered broadcast for a Bundle containing a key-value map with choices performed by the user till the intent fire.
EXTRA_MESSAGE - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as a String extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_OK or ACTION_RESULT_ASK_CHOICE.
EXTRA_PARAMETER_ID - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as a String extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_ASK_PARAM.
EXTRA_PARAMETERS - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
The lookup key used with INTENT_EXECUTE_ACTION ordered broadcast for a Bundle containing a key-value map with parameters said by the user till the intent fire.
EXTRA_PENDING_INTENT - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Used as a PendingIntent extra field set in the BroadcastReceiver result extras or on the pending intent from EXTRA_PENDING_INTENT when the result code is ACTION_RESULT_OK.
EXTRA_RESULT_CODE - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Extra to be set on the pending intent from EXTRA_ASYNC_PENDING_INTENT to one of the ACTION_RESULT_OK, ACTION_RESULT_ASK_PARAM or ACTION_RESULT_ASK_CHOICE values.

G

getAppWithPermission(Context, String) - Static method in class com.voicecontrolapp.klets.api.KletsPluginApi
 
GOOGLE_MUSIC_3_ID - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
If present, it is the id inside the new Google Music Player 3.x of the media identified by this entry.

I

INTENT_EXECUTE_ACTION - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Ordered broadcast intent fired by KLets to execute an action of a plug-in.
INTENT_SESSION_START - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Intent fired by KLets when a recognition session is started.
INTENT_SESSION_STOP - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
Intent fired by KLets when a recognition session is stopped.
isPermissionAuthentic(Context, String) - Static method in class com.voicecontrolapp.klets.api.KletsPluginApi
 

K

KletsPluginApi - Class in com.voicecontrolapp.klets.api
Convenience class for KLets plugin Intents and Extras.
KletsPluginApi() - Constructor for class com.voicecontrolapp.klets.api.KletsPluginApi
 

L

LABEL - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The label of the phone number or email field.

M

MAIL - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The email for this entry.
MEDIA_ID - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
The id of the media.
MediaData - Class in com.voicecontrolapp.klets.api.data
 
MediaData() - Constructor for class com.voicecontrolapp.klets.api.data.MediaData
 

N

NAME - Static variable in class com.voicecontrolapp.klets.api.data.AppData
The application launch activity name.
NAME - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The display name of the contact.
NAME - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
The name of this entry.
NUMBER - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The phone number for this entry.

P

PACKAGE_NAME - Static variable in class com.voicecontrolapp.klets.api.data.AppData
The application package name.
PERMISSION_EXECUTE_TASK - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
 
PERMISSION_QUERY_TYPE - Static variable in class com.voicecontrolapp.klets.api.KletsPluginApi
 

S

SKYPE - Static variable in class com.voicecontrolapp.klets.api.data.ContactData
The skype account for this entry.
SOURCE - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
The source for this media information.

T

TYPE - Static variable in class com.voicecontrolapp.klets.api.data.MediaData
The type of media identified by this entry.
A C E G I K L M N P S T 

Copyright © 2013. All Rights Reserved.