| 48 | // region Result |
| 49 | |
| 50 | std::string getResultName(const Bundle& bundle) { |
| 51 | std::string result; |
| 52 | bundle.optString(RESULT_BUNDLE_NAME_INDEX, result); |
| 53 | return result; |
| 54 | } |
| 55 | |
| 56 | std::string getResultCode(const Bundle& bundle) { |
| 57 | std::string result; |