public final class IntentIntegratorV30 extends IntentIntegrator
ALL_CODE_TYPES, DATA_MATRIX_TYPES, DEFAULT_MESSAGE, DEFAULT_NO, DEFAULT_TITLE, DEFAULT_YES, ONE_D_CODE_TYPES, PRODUCT_CODE_TYPES, QR_CODE_TYPES, REQUEST_CODE, TARGET_ALL_KNOWN, TARGET_BARCODE_SCANNER_ONLY
Constructor and Description |
---|
IntentIntegratorV30(android.app.Fragment fragment) |
Modifier and Type | Method and Description |
---|---|
protected void |
startActivityForResult(android.content.Intent intent,
int code)
Start an activity.
This method is defined to allow different methods of activity starting for newer versions of Android and for compatibility library. |
addExtra, getButtonNo, getButtonYes, getMessage, getMoreExtras, getTargetApplications, getTitle, initiateScan, initiateScan, parseActivityResult, setButtonNo, setButtonNoByID, setButtonYes, setButtonYesByID, setMessage, setMessageByID, setSingleTargetApplication, setTargetApplications, setTitle, setTitleByID, shareText, shareText
public IntentIntegratorV30(android.app.Fragment fragment)
fragment
- Fragment to handle activity response.protected void startActivityForResult(android.content.Intent intent, int code)
IntentIntegrator
startActivityForResult
in class IntentIntegrator
intent
- Intent to start.code
- Request code for the activityActivity.startActivityForResult(Intent, int)
,
Fragment.startActivityForResult(Intent, int)