public class CommonIntentHelperImp extends IntentHelperImp implements CommonIntentHelper
IntentHelper.IntentHost, IntentHelper.IntentListener, IntentHelper.IntentResultListenermIntentHost, mIntentListenersREQUEST_CODE_OPEN, REQUEST_CODE_RATE, REQUEST_CODE_SEND, REQUEST_CODE_SHARE, REQUEST_CODE_VIEW| Constructor and Description |
|---|
CommonIntentHelperImp(IntentHelper.IntentHost intentHost,
android.content.Context context,
android.app.Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getRecognitionResults(android.content.Intent intent) |
void |
openUrl(java.lang.String url,
int requestCode) |
void |
pickContact(int requestCode) |
void |
recognizeVoice(int requestCode,
java.lang.String prompt) |
void |
send(java.lang.String text,
int requestCode) |
addIntentListener, onIntentResult, startIntentIfCanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddIntentListener, startIntentIfCanpublic CommonIntentHelperImp(IntentHelper.IntentHost intentHost, android.content.Context context, android.app.Activity activity)
public void openUrl(java.lang.String url,
int requestCode)
openUrl in interface CommonIntentHelperpublic void send(java.lang.String text,
int requestCode)
send in interface CommonIntentHelperpublic void pickContact(int requestCode)
pickContact in interface CommonIntentHelperpublic void recognizeVoice(int requestCode,
java.lang.String prompt)
recognizeVoice in interface CommonIntentHelperpublic java.util.List<java.lang.String> getRecognitionResults(android.content.Intent intent)
getRecognitionResults in interface CommonIntentHelperintent - intent contains recognition results