From 9ea8f4ac56709b1f2445321028404f3f5139765b Mon Sep 17 00:00:00 2001 From: Ingenico ePayments Date: Tue, 31 Oct 2023 14:02:27 +0100 Subject: [PATCH] Added apidocs for version 6.1.4 --- apidocs/6.1.4/META-INF/MANIFEST.MF | 2 + apidocs/6.1.4/allclasses-index.html | 542 ++++ apidocs/6.1.4/allpackages-index.html | 96 + .../sdk/client/android/sdk/GooglePayUtil.html | 172 ++ .../gateway/sdk/client/android/sdk/Util.html | 280 ++ ...BasicPaymentItemsCallCompleteListener.html | 147 + .../asynctask/BasicPaymentItemsAsyncTask.html | 246 ++ ...mentProductGroupsCallCompleteListener.html | 147 + .../BasicPaymentProductGroupsAsyncTask.html | 264 ++ ...icPaymentProductsCallCompleteListener.html | 147 + .../BasicPaymentProductsAsyncTask.html | 264 ++ ...ntAsyncTask.OnAmountConvertedListener.html | 143 + .../sdk/asynctask/ConvertAmountAsyncTask.html | 246 ++ ...OnCustomerDetailsCallCompleteListener.html | 143 + .../asynctask/CustomerDetailsAsyncTask.html | 246 ++ ...yncTask.OnEncryptDataCompleteListener.html | 147 + .../sdk/asynctask/EncryptDataAsyncTask.html | 240 ++ ...AsyncTask.OnIinLookupCompleteListener.html | 147 + .../sdk/asynctask/IinLookupAsyncTask.html | 243 ++ ...dImageAsyncTask.OnImageLoadedListener.html | 147 + .../sdk/asynctask/LoadImageAsyncTask.html | 246 ++ ....OnPaymentProductCallCompleteListener.html | 147 + .../asynctask/PaymentProductAsyncTask.html | 243 ++ ...tProductDirectoryCallCompleteListener.html | 143 + .../PaymentProductDirectoryAsyncTask.html | 246 ++ ...ymentProductGroupCallCompleteListener.html | 147 + .../PaymentProductGroupAsyncTask.html | 243 ++ ...eyAsyncTask.OnPublicKeyLoadedListener.html | 147 + .../sdk/asynctask/PublicKeyAsyncTask.html | 237 ++ ...nThirdPartyStatusCallCompleteListener.html | 143 + .../asynctask/ThirdPartyStatusAsyncTask.html | 240 ++ .../sdk/asynctask/package-summary.html | 201 ++ .../android/sdk/asynctask/package-tree.html | 105 + .../android/sdk/caching/CacheHandler.html | 226 ++ .../android/sdk/caching/Preferences.html | 260 ++ .../android/sdk/caching/package-summary.html | 99 + .../android/sdk/caching/package-tree.html | 72 + .../sdk/communicate/C2sCommunicator.html | 469 +++ .../C2sCommunicatorConfiguration.html | 377 +++ .../sdk/communicate/package-summary.html | 99 + .../android/sdk/communicate/package-tree.html | 72 + .../android/sdk/configuration/Constants.html | 957 ++++++ .../sdk/configuration/package-summary.html | 93 + .../sdk/configuration/package-tree.html | 71 + .../android/sdk/encryption/EncryptData.html | 301 ++ .../android/sdk/encryption/EncryptUtil.html | 178 ++ .../android/sdk/encryption/Encryptor.html | 192 ++ .../sdk/encryption/package-summary.html | 103 + .../android/sdk/encryption/package-tree.html | 73 + .../exception/BadPaymentItemException.html | 190 ++ .../sdk/exception/CommunicationException.html | 188 ++ .../sdk/exception/EncryptDataException.html | 172 ++ .../exception/UnknownNetworkException.html | 190 ++ .../sdk/exception/package-summary.html | 105 + .../android/sdk/exception/package-tree.html | 86 + .../sdk/formatter/StringFormatter.html | 275 ++ .../sdk/formatter/package-summary.html | 95 + .../android/sdk/formatter/package-tree.html | 71 + .../android/sdk/manager/AssetManager.html | 220 ++ .../android/sdk/manager/package-summary.html | 95 + .../android/sdk/manager/package-tree.html | 71 + .../android/sdk/model/AmountOfMoney.html | 211 ++ .../sdk/model/ConvertedAmountResponse.html | 172 ++ .../sdk/model/CustomerDetailsRequest.html | 215 ++ .../sdk/model/CustomerDetailsResponse.html | 375 +++ .../android/sdk/model/DirectoryEntry.html | 192 ++ .../android/sdk/model/FormatResult.html | 170 ++ .../android/sdk/model/PaymentContext.html | 316 ++ .../sdk/model/PaymentItemCacheKey.html | 277 ++ .../PaymentProductDirectoryResponse.html | 159 + .../android/sdk/model/PaymentRequest.html | 436 +++ .../sdk/model/PreparedPaymentRequest.html | 183 ++ .../android/sdk/model/PublicKeyResponse.html | 184 ++ .../sdk/client/android/sdk/model/Size.html | 170 ++ .../android/sdk/model/ThirdPartyStatus.html | 234 ++ .../sdk/model/ThirdPartyStatusResponse.html | 168 ++ .../android/sdk/model/iin/IinDetail.html | 207 ++ .../sdk/model/iin/IinDetailsRequest.html | 191 ++ .../sdk/model/iin/IinDetailsResponse.html | 260 ++ .../android/sdk/model/iin/IinStatus.html | 233 ++ .../sdk/model/iin/package-summary.html | 115 + .../android/sdk/model/iin/package-tree.html | 87 + .../android/sdk/model/package-summary.html | 163 ++ .../android/sdk/model/package-tree.html | 98 + .../model/paymentproduct/AccountOnFile.html | 215 ++ .../paymentproduct/AccountOnFileDisplay.html | 183 ++ .../AuthenticationIndicator.html | 180 ++ .../paymentproduct/BasicPaymentItem.html | 164 ++ .../paymentproduct/BasicPaymentItems.html | 215 ++ .../paymentproduct/BasicPaymentProduct.html | 372 +++ .../BasicPaymentProductGroup.html | 228 ++ .../BasicPaymentProductGroups.html | 229 ++ .../paymentproduct/BasicPaymentProducts.html | 247 ++ .../paymentproduct/DataRestrictions.html | 200 ++ .../paymentproduct/FormElement.ListType.html | 250 ++ .../sdk/model/paymentproduct/FormElement.html | 198 ++ .../paymentproduct/KeyValuePair.Status.html | 239 ++ .../model/paymentproduct/KeyValuePair.html | 262 ++ .../MobileIntegrationLevel.html | 226 ++ .../sdk/model/paymentproduct/PaymentItem.html | 137 + .../model/paymentproduct/PaymentProduct.html | 211 ++ .../PaymentProductField.Type.html | 259 ++ .../paymentproduct/PaymentProductField.html | 342 +++ ...PaymentProductFieldDisplayElementType.html | 245 ++ .../PaymentProductFieldDisplayElement.html | 207 ++ .../paymentproduct/PaymentProductGroup.html | 193 ++ .../sdk/model/paymentproduct/Tooltip.html | 217 ++ .../sdk/model/paymentproduct/ValueMap.html | 182 ++ .../DisplayHintsAccountOnFile.html | 181 ++ .../displayhints/DisplayHintsPaymentItem.html | 226 ++ ...HintsProductFields.PreferredInputType.html | 251 ++ .../DisplayHintsProductFields.html | 288 ++ .../displayhints/package-summary.html | 117 + .../displayhints/package-tree.html | 87 + .../model/paymentproduct/package-summary.html | 193 ++ .../model/paymentproduct/package-tree.html | 126 + .../PaymentProduct302SpecificData.html | 172 ++ .../PaymentProduct320SpecificData.html | 181 ++ .../PaymentProduct863SpecificData.html | 172 ++ .../specificdata/package-summary.html | 107 + .../specificdata/package-tree.html | 73 + .../BoletoBancarioRequiredness.html | 173 ++ .../validation/EmailAddress.html | 142 + .../validation/ExpirationDate.html | 142 + .../paymentproduct/validation/FixedList.html | 173 ++ .../model/paymentproduct/validation/IBAN.html | 142 + .../paymentproduct/validation/Length.html | 182 ++ .../model/paymentproduct/validation/Luhn.html | 142 + .../paymentproduct/validation/Range.html | 182 ++ .../validation/RegularExpression.html | 173 ++ .../validation/ResidentIdNumber.html | 142 + .../validation/TermsAndConditions.html | 142 + .../paymentproduct/validation/Validator.html | 263 ++ .../validation/package-summary.html | 143 + .../validation/package-tree.html | 82 + .../validation/AbstractValidationRule.html | 190 ++ .../validation/ValidationErrorMessage.html | 194 ++ .../sdk/model/validation/ValidationRule.html | 131 + ...idationRuleBoletoBancarioRequiredness.html | 213 ++ .../ValidationRuleEmailAddress.html | 190 ++ .../ValidationRuleExpirationDate.html | 190 ++ .../validation/ValidationRuleFixedList.html | 201 ++ .../model/validation/ValidationRuleIBAN.html | 190 ++ .../validation/ValidationRuleLength.html | 221 ++ .../model/validation/ValidationRuleLuhn.html | 190 ++ .../model/validation/ValidationRuleRange.html | 212 ++ .../model/validation/ValidationRuleRegex.html | 192 ++ .../ValidationRuleResidentIdNumber.html | 190 ++ .../ValidationRuleTermsAndConditions.html | 190 ++ .../sdk/model/validation/ValidationType.html | 306 ++ .../sdk/model/validation/package-summary.html | 161 + .../sdk/model/validation/package-tree.html | 106 + .../client/android/sdk/package-summary.html | 117 + .../sdk/client/android/sdk/package-tree.html | 72 + .../client/android/sdk/session/Session.html | 670 +++++ ...lper.OnPaymentRequestPreparedListener.html | 137 + .../sdk/session/SessionEncryptionHelper.html | 236 ++ .../android/sdk/session/package-summary.html | 109 + .../android/sdk/session/package-tree.html | 78 + apidocs/6.1.4/constant-values.html | 178 ++ apidocs/6.1.4/deprecated-list.html | 429 +++ apidocs/6.1.4/element-list | 17 + apidocs/6.1.4/help-doc.html | 191 ++ apidocs/6.1.4/index-all.html | 2606 +++++++++++++++++ apidocs/6.1.4/index.html | 98 + apidocs/6.1.4/jquery-ui.overrides.css | 35 + apidocs/6.1.4/legal/ADDITIONAL_LICENSE_INFO | 37 + apidocs/6.1.4/legal/ASSEMBLY_EXCEPTION | 27 + apidocs/6.1.4/legal/LICENSE | 347 +++ apidocs/6.1.4/legal/jquery.md | 72 + apidocs/6.1.4/legal/jqueryUI.md | 49 + apidocs/6.1.4/member-search-index.js | 1 + apidocs/6.1.4/module-search-index.js | 1 + apidocs/6.1.4/overview-summary.html | 25 + apidocs/6.1.4/overview-tree.html | 259 ++ apidocs/6.1.4/package-search-index.js | 1 + apidocs/6.1.4/resources/glass.png | Bin 0 -> 499 bytes apidocs/6.1.4/resources/x.png | Bin 0 -> 394 bytes apidocs/6.1.4/script-dir/jquery-3.6.1.min.js | 2 + apidocs/6.1.4/script-dir/jquery-ui.min.css | 6 + apidocs/6.1.4/script-dir/jquery-ui.min.js | 6 + apidocs/6.1.4/script.js | 132 + apidocs/6.1.4/search.js | 354 +++ apidocs/6.1.4/serialized-form.html | 1866 ++++++++++++ apidocs/6.1.4/stylesheet.css | 869 ++++++ apidocs/6.1.4/tag-search-index.js | 1 + apidocs/6.1.4/type-search-index.js | 1 + .../android/sdk/configuration/Constants.html | 44 +- .../paymentproduct/PaymentProductField.html | 18 +- apidocs/latest/constant-values.html | 2 +- apidocs/latest/deprecated-list.html | 32 +- apidocs/latest/index-all.html | 26 +- apidocs/latest/legal/jqueryUI.md | 2 +- apidocs/latest/script-dir/jquery-ui.min.css | 2 +- apidocs/latest/script-dir/jquery-ui.min.js | 4 +- 195 files changed, 38908 insertions(+), 29 deletions(-) create mode 100644 apidocs/6.1.4/META-INF/MANIFEST.MF create mode 100644 apidocs/6.1.4/allclasses-index.html create mode 100644 apidocs/6.1.4/allpackages-index.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/GooglePayUtil.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/Util.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.OnAmountConvertedListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.OnEncryptDataCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.OnIinLookupCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.OnImageLoadedListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.OnPaymentProductCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.OnPublicKeyLoadedListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/CacheHandler.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/Preferences.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicator.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicatorConfiguration.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptData.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptUtil.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/Encryptor.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/BadPaymentItemException.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/CommunicationException.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/EncryptDataException.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/UnknownNetworkException.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/StringFormatter.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/AssetManager.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/AmountOfMoney.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ConvertedAmountResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsRequest.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/DirectoryEntry.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/FormatResult.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentContext.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentItemCacheKey.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentProductDirectoryResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentRequest.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PreparedPaymentRequest.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PublicKeyResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/Size.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatus.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatusResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetail.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsRequest.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsResponse.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinStatus.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFile.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFileDisplay.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AuthenticationIndicator.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItem.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItems.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProduct.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroup.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroups.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProducts.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/DataRestrictions.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.ListType.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.Status.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/MobileIntegrationLevel.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentItem.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProduct.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.Type.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductGroup.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/Tooltip.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/ValueMap.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsAccountOnFile.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsPaymentItem.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.PreferredInputType.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct302SpecificData.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct320SpecificData.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct863SpecificData.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/BoletoBancarioRequiredness.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/EmailAddress.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ExpirationDate.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/FixedList.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/IBAN.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Length.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Luhn.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Range.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/RegularExpression.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ResidentIdNumber.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/TermsAndConditions.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Validator.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/AbstractValidationRule.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationErrorMessage.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRule.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleBoletoBancarioRequiredness.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleEmailAddress.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleExpirationDate.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleFixedList.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleIBAN.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLength.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLuhn.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRange.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRegex.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleResidentIdNumber.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleTermsAndConditions.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationType.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-tree.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/Session.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.OnPaymentRequestPreparedListener.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-summary.html create mode 100644 apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-tree.html create mode 100644 apidocs/6.1.4/constant-values.html create mode 100644 apidocs/6.1.4/deprecated-list.html create mode 100644 apidocs/6.1.4/element-list create mode 100644 apidocs/6.1.4/help-doc.html create mode 100644 apidocs/6.1.4/index-all.html create mode 100644 apidocs/6.1.4/index.html create mode 100644 apidocs/6.1.4/jquery-ui.overrides.css create mode 100644 apidocs/6.1.4/legal/ADDITIONAL_LICENSE_INFO create mode 100644 apidocs/6.1.4/legal/ASSEMBLY_EXCEPTION create mode 100644 apidocs/6.1.4/legal/LICENSE create mode 100644 apidocs/6.1.4/legal/jquery.md create mode 100644 apidocs/6.1.4/legal/jqueryUI.md create mode 100644 apidocs/6.1.4/member-search-index.js create mode 100644 apidocs/6.1.4/module-search-index.js create mode 100644 apidocs/6.1.4/overview-summary.html create mode 100644 apidocs/6.1.4/overview-tree.html create mode 100644 apidocs/6.1.4/package-search-index.js create mode 100644 apidocs/6.1.4/resources/glass.png create mode 100644 apidocs/6.1.4/resources/x.png create mode 100644 apidocs/6.1.4/script-dir/jquery-3.6.1.min.js create mode 100644 apidocs/6.1.4/script-dir/jquery-ui.min.css create mode 100644 apidocs/6.1.4/script-dir/jquery-ui.min.js create mode 100644 apidocs/6.1.4/script.js create mode 100644 apidocs/6.1.4/search.js create mode 100644 apidocs/6.1.4/serialized-form.html create mode 100644 apidocs/6.1.4/stylesheet.css create mode 100644 apidocs/6.1.4/tag-search-index.js create mode 100644 apidocs/6.1.4/type-search-index.js diff --git a/apidocs/6.1.4/META-INF/MANIFEST.MF b/apidocs/6.1.4/META-INF/MANIFEST.MF new file mode 100644 index 0000000..58630c0 --- /dev/null +++ b/apidocs/6.1.4/META-INF/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 + diff --git a/apidocs/6.1.4/allclasses-index.html b/apidocs/6.1.4/allclasses-index.html new file mode 100644 index 0000000..eba82bb --- /dev/null +++ b/apidocs/6.1.4/allclasses-index.html @@ -0,0 +1,542 @@ + + + + +All Classes and Interfaces (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
+
Abstract class which contains functionality to handle validation.
+
+ +
+
POJO that represents an AccountOnFile object.
+
+ +
+
POJO that represents an AccountOnFileDisplay object.
+
+ +
+
POJO that contains money information for a payment.
+
+ +
Deprecated. +
this class will be removed in the future.
+
+ +
 
+ +
Deprecated. +
this class will be removed in the future.
+
+ +
 
+ +
+
POJO with convenience methods for getting BasicPaymentItem and AccountOnFile objects.
+
+ +
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+ +
+
POJO which holds the BasicPaymentProduct properties.
+
+ +
+
POJO which holds the BasicPaymentProductGroup properties.
+
+ +
+
POJO with convenience methods for getting BasicPaymentProductGroup and AccountOnFile objects.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+ +
+
POJO with convenience methods for getting BasicPaymentProduct and AccountOnFile objects.
+
+ +
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+ +
+
POJO which holds the BoletoBancarioRequiredness data.
+
+ +
Deprecated. +
Use ClientApi instead.
+
+ +
Deprecated. +
Use ConnectSDK and initialize using ConnectSDKConfiguration instead.
+
+ +
Deprecated. +
this class will be removed in a future release.
+
+ +
Deprecated. +
this class will be removed in the future.
+
+ +
 
+ +
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+ +
+
POJO that contains the response for a converted amount.
+
+ +
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+ +
+
POJO that holds the CustomerDetails call request.
+
+ +
+
POJO that holds the CustomerDetails call response.
+
+ +
+
POJO that represents an Data restrictions object.
+
+ +
+
POJO that contains the DirectoryEntry, which is used as a list type in a PaymentProductDirectoryResponse.
+
+ +
+
POJO that represents an DisplayHintsAccountOnFile object.
+
+ +
+
POJO that represents an DisplayHintsPaymentItem object.
+
+ +
+
POJO that represents an DisplayHintsProductFields object.
+
+ +
+
Enum containing all the possible input types.
+
+ +
+
POJO which holds the EmailAddress data.
+
+ +
Deprecated. +
This class will become internal to the SDK.
+
+ +
Deprecated. +
this class will be removed in the future.
+
+ +
Deprecated. +
this interface will be removed in the future.
+
+ +
 
+ +
Deprecated. +
This class will become internal to the SDK.
+
+ +
Deprecated. +
This class will become internal to the SDK.
+
+ +
+
POJO which holds the ExpirationDate data.
+
+ +
+
POJO which holds the FixedList data.
+
+ +
+
Result after a mask is applied on a field.
+
+ +
+
POJO that represents a FormElement object.
+
+ +
 
+ +
+
Util class containing Google Pay related methods.
+
+ +
+
POJO which holds the IBAN data.
+
+ +
+
POJO that contains IinDetail.
+
+ +
+
POJO that contains the request for IIN lookup.
+
+ +
+
POJO that contains the response for IIN lookup.
+
+ +
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+ +
 
+ +
+
POJO that represents an KeyValuePair object.
+
+ +
+
Enum containing all the possible KeyValuePair statuses
+
+ +
+
POJO which holds the Length data.
+
+ +
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+ +
+
POJO which holds the Luhn data.
+
+ +
+
Enum containing all the possible Mobile Integration Levels.
+
+ +
+
POJO that contains PaymentContext information.
+
+ +
+
POJO that represents a PaymentItem.
+
+ +
+
POJO which holds the PaymentProductCacheKey data.
+
+ +
+
POJO which holds the BasicPaymentProduct data and its paymentProductFields.
+
+ +
+
POJO which holds the payment product 302 specific properties.
+
+ +
+
POJO which holds the payment product 320 specific properties.
+
+ +
+
POJO which holds the payment product 863 specific properties.
+
+ +
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+ +
+
POJO that contains the response for PaymentProductDirectory lookup.
+
+ +
+
Represents a PaymentProductField object.
+
+ +
 
+ +
+
POJO which holds a PaymentProductFieldDisplayElement.
+
+ +
 
+ +
+
POJO which holds the BasicPaymentProductGroup data and its paymentProductFields.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+ +
+
Contains all payment request data needed for doing a payment.
+
+ +
Deprecated. +
this class will be removed in a future release.
+
+ +
Deprecated. +
use EncryptedPaymentRequest instead
+
+ +
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+ +
+
POJO that holds the PublicKey call response from the GC gateway.
+
+ +
+
POJO which holds the Range data.
+
+ +
+
POJO which holds the RegularExpression data.
+
+ +
+
POJO which holds the ResidentIdNumber data.
+
+ +
Deprecated. +
Replaced by ClientApi.
+
+ +
Deprecated. +
This class will become internal to the SDK.
+
+ +
Deprecated. +
the result of a request is handled in the method itself.
+
+ +
+
POJO for getting scaled images.
+
+ +
+
Contains util methods for string formatting.
+
+ +
+
POJO which holds the TermsAndConditions data.
+
+ +
+
An enumeration of the possible statuses that a third party payment may be in.
+
+ +
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+ +
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+ +
+
POJO that holds the ThirdPartyStatus call response.
+
+ +
+
POJO that represents a Tooltip object.
+
+ +
Deprecated. +
this class will be removed in the future.
+
+ +
Deprecated. +
This class will be made internal to the SDK in a future release.
+
+ +
+
Contains error message information for a specific field.
+
+ +
+
Interface for ValidationRule.
+
+ +
+
Validation rule for Boleto Bancario.
+
+ +
+
Validation rule for email address.
+
+ +
+
Validation rule for expiration date.
+
+ +
+
Validation rule for fixed list.
+
+ +
+
Validation rule for IBAN.
+
+ +
+
Validation rule for length.
+
+ +
+
Validation rule for luhn check.
+
+ +
+
Validation rule for range.
+
+ +
+
Validation rule for regex.
+
+ +
+
Validation rule for China Resident ID number
+
+ +
+
Validation rule for terms and conditions.
+
+ +
+
Enum containing all the validation types.
+
+ +
+
POJO which holds the Validator data.
+
+ +
+
POJO which holds the ValueMap data and its paymentProductFieldDisplayElements.
+
+
+
+
+
+
+
+ + diff --git a/apidocs/6.1.4/allpackages-index.html b/apidocs/6.1.4/allpackages-index.html new file mode 100644 index 0000000..70f57ae --- /dev/null +++ b/apidocs/6.1.4/allpackages-index.html @@ -0,0 +1,96 @@ + + + + +All Packages (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ + +
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/GooglePayUtil.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/GooglePayUtil.html new file mode 100644 index 0000000..29b2818 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/GooglePayUtil.html @@ -0,0 +1,172 @@ + + + + +GooglePayUtil (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GooglePayUtil

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.GooglePayUtil
+
+
+
+
public final class GooglePayUtil +extends Object
+
Util class containing Google Pay related methods.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isGooglePayAllowed

      +
      @Deprecated +public static boolean isGooglePayAllowed(android.content.Context context, + C2sCommunicator communicator, + BasicPaymentProduct googlePay)
      +
      Deprecated. + +
      +
      Check whether or not Google Pay is allowed by creating an IsReadyToPayRequest containing minimal information and sending it to Google through the Google Pay PaymentsClient.
      +
      +
      Parameters:
      +
      context - used to interact with the Google Pay API to check if it is allowed
      +
      communicator - used to check whether the environment is production
      +
      googlePay - the Google Pay payment product object containing the networks that are allowed for the current payment
      +
      Returns:
      +
      a Boolean indicating whether Google Pay is allowed or not
      +
      +
      +
    • +
    • +
      +

      isGooglePayAllowed

      +
      public static boolean isGooglePayAllowed(BasicPaymentProduct googlePay)
      +
      Check whether or not Google Pay is allowed by creating an IsReadyToPayRequest containing minimal information and sending it to Google through the Google Pay PaymentsClient. + Note that ConnectSDK.initialize(ConnectSDKConfiguration, PaymentConfiguration) must be called before this method can be used.
      +
      +
      Parameters:
      +
      googlePay - the Google Pay payment product object as obtained through the getPaymentProduct request
      +
      Returns:
      +
      a Boolean indicating whether Google Pay is allowed or not
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/Util.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/Util.html new file mode 100644 index 0000000..c79ad4d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/Util.html @@ -0,0 +1,280 @@ + + + + +Util (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
+
+
@Deprecated +public class Util +extends Object
+
Deprecated. +
This class will be made internal to the SDK in a future release.
+
+
Contains util methods for getting device metadata.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Util

      +
      public Util()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMetadata

      +
      @Deprecated +public static Map<String,String> getMetadata(android.content.Context context)
      +
      Deprecated. + +
      +
      Returns map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      Returns:
      +
      a Map containing key/values of metadata
      +
      +
      +
    • +
    • +
      +

      getMetadata

      +
      public static Map<String,String> getMetadata(android.content.Context context, + String appIdentifier, + String ipAddress)
      +
      Deprecated.
      +
      Returns map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      appIdentifier - a String that describes the application, preferably with version number
      +
      ipAddress - the public ip-address of the device
      +
      Returns:
      +
      a Map containing key/values of metadata
      +
      +
      +
    • +
    • +
      +

      getBase64EncodedMetadata

      +
      public static String getBase64EncodedMetadata(android.content.Context context, + String appIdentifier)
      +
      Deprecated.
      +
      Returns base64 encoded version of a map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      appIdentifier - a String that describes the application, preferably with version number
      +
      Returns:
      +
      String containing base64 url of json representation of the metadata
      +
      +
      +
    • +
    • +
      +

      getBase64EncodedMetadata

      +
      public static String getBase64EncodedMetadata(android.content.Context context, + String appIdentifier, + String ipAddress)
      +
      Deprecated.
      +
      Returns base64 encoded version of a map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      appIdentifier - a String that describes the application, preferably with version number
      +
      ipAddress - the public ip-address of the device.
      +
      Returns:
      +
      String containing base64 url of json representation of the metadata
      +
      +
      +
    • +
    • +
      +

      getBase64EncodedMetadata

      +
      public static String getBase64EncodedMetadata(Map<String,String> metadata)
      +
      Deprecated.
      +
      Returns base64 encoded map of metadata.
      +
      +
      Parameters:
      +
      metadata - map of metadata which is base64 encoded
      +
      Returns:
      +
      String containing base64 url of json representation of the metadata
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener.html new file mode 100644 index 0000000..1caecc5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener.html @@ -0,0 +1,147 @@ + + + + +BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
BasicPaymentItemsAsyncTask
+
+
+
@Deprecated +public static interface BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieves BasicPaymentItems. + Is called from the BasicPaymentItemsAsyncTask when it has loaded the BasicPaymentItems.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBasicPaymentItemsCallComplete

      +
      void onBasicPaymentItemsCallComplete(BasicPaymentItems basicPaymentItems)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      basicPaymentItems - the list of available BasicPaymentItems
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.html new file mode 100644 index 0000000..607875a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentItemsAsyncTask.html @@ -0,0 +1,246 @@ + + + + +BasicPaymentItemsAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BasicPaymentItemsAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,BasicPaymentItems> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask
+
+
+
+
+
@Deprecated +public class BasicPaymentItemsAsyncTask +extends android.os.AsyncTask<String,Void,BasicPaymentItems>
+
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+
Async task which loads all BasicPaymentItems from the GC gateway. + If grouping is enabled, this class does two calls to the GC gateway. + One call retrieves the BasicPaymentProducts, the other retrieves the BasicPaymentProductGroups. + After both calls have been finished, both responses are combined to create a single BasicPaymentItems object.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener.html new file mode 100644 index 0000000..816c0ad --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener.html @@ -0,0 +1,147 @@ + + + + +BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
BasicPaymentProductGroupsAsyncTask
+
+
+
@Deprecated +public static interface BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieves BasicPaymentProductGroups. + Is called from the BasicPaymentProductGroupsAsyncTask when it has loaded the BasicPaymentProductGroups.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBasicPaymentProductGroupsCallComplete

      +
      void onBasicPaymentProductGroupsCallComplete(BasicPaymentProductGroups basicPaymentProductGroups)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      basicPaymentProductGroups - the retrieved BasicPaymentProductGroups
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.html new file mode 100644 index 0000000..e869609 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductGroupsAsyncTask.html @@ -0,0 +1,264 @@ + + + + +BasicPaymentProductGroupsAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BasicPaymentProductGroupsAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,BasicPaymentProductGroups> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask
+
+
+
+
+
All Implemented Interfaces:
+
Callable<BasicPaymentProductGroups>
+
+
+
@Deprecated +public class BasicPaymentProductGroupsAsyncTask +extends android.os.AsyncTask<String,Void,BasicPaymentProductGroups> +implements Callable<BasicPaymentProductGroups>
+
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+
AsyncTask which loads all BasicPaymentProductGroups from the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener.html new file mode 100644 index 0000000..eb4c66c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener.html @@ -0,0 +1,147 @@ + + + + +BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
BasicPaymentProductsAsyncTask
+
+
+
@Deprecated +public static interface BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieves BasicPaymentProducts. + Is called from the BasicPaymentProductsAsyncTask when it has loaded the BasicPaymentProducts.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBasicPaymentProductsCallComplete

      +
      void onBasicPaymentProductsCallComplete(BasicPaymentProducts basicPaymentProducts)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      basicPaymentProducts - the retrieved BasicPaymentProducts
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.html new file mode 100644 index 0000000..69a166e --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/BasicPaymentProductsAsyncTask.html @@ -0,0 +1,264 @@ + + + + +BasicPaymentProductsAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BasicPaymentProductsAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,BasicPaymentProducts> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask
+
+
+
+
+
All Implemented Interfaces:
+
Callable<BasicPaymentProducts>
+
+
+
@Deprecated +public class BasicPaymentProductsAsyncTask +extends android.os.AsyncTask<String,Void,BasicPaymentProducts> +implements Callable<BasicPaymentProducts>
+
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+
AsyncTask which loads all BasicPaymentProducts from the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.OnAmountConvertedListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.OnAmountConvertedListener.html new file mode 100644 index 0000000..11e6080 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.OnAmountConvertedListener.html @@ -0,0 +1,143 @@ + + + + +ConvertAmountAsyncTask.OnAmountConvertedListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ConvertAmountAsyncTask.OnAmountConvertedListener

+
+
+
+
Enclosing class:
+
ConvertAmountAsyncTask
+
+
+
@Deprecated +public static interface ConvertAmountAsyncTask.OnAmountConvertedListener
+
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that convert a given amount from one currency to another. + Is called from the ConvertAmountAsyncTask when it has converted the given amount from one currency to another.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    OnAmountConverted(Long convertedAmount)
    +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      OnAmountConverted

      +
      void OnAmountConverted(Long convertedAmount)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      convertedAmount - the converted amount
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.html new file mode 100644 index 0000000..0f6da8f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ConvertAmountAsyncTask.html @@ -0,0 +1,246 @@ + + + + +ConvertAmountAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConvertAmountAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,Long> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask
+
+
+
+
+
@Deprecated +public class ConvertAmountAsyncTask +extends android.os.AsyncTask<String,Void,Long>
+
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+
AsyncTask which executes an convert amount call to the GC gateway.
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static interface 
    + +
    +
    Deprecated. +
    use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
    +
    +
    +
    +
    +

    Nested classes/interfaces inherited from class android.os.AsyncTask

    +android.os.AsyncTask.Status
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class android.os.AsyncTask

    +SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ConvertAmountAsyncTask(Long amount, + String source, + String target, + android.content.Context context, + C2sCommunicator communicator, + ConvertAmountAsyncTask.OnAmountConvertedListener listener)
    +
    +
    Deprecated.
    +
    Create a ConvertAmountAsyncTask
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected Long
    + +
    +
    Deprecated.
    +
    protected void
    +
    onPostExecute(Long convertedAmount)
    +
    +
    Deprecated.
    +
    +
    +
    +
    +

    Methods inherited from class android.os.AsyncTask

    +cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConvertAmountAsyncTask

      +
      public ConvertAmountAsyncTask(Long amount, + String source, + String target, + android.content.Context context, + C2sCommunicator communicator, + ConvertAmountAsyncTask.OnAmountConvertedListener listener)
      +
      Deprecated.
      +
      Create a ConvertAmountAsyncTask
      +
      +
      Parameters:
      +
      amount - the amount in cents to be converted
      +
      source - the currency which the amount currently is
      +
      target - the currency to which the amount should be converted
      +
      context - Context used for reading device metadata which is sent to the GC gateway
      +
      communicator - C2sCommunicator which does the communication to the GC gateway
      +
      listener - ConvertAmountAsyncTask.OnAmountConvertedListener which will be called by the AsyncTask when the amount is converted
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      doInBackground

      +
      protected Long doInBackground(String... params)
      +
      Deprecated.
      +
      +
      Specified by:
      +
      doInBackground in class android.os.AsyncTask<String,Void,Long>
      +
      +
      +
    • +
    • +
      +

      onPostExecute

      +
      protected void onPostExecute(Long convertedAmount)
      +
      Deprecated.
      +
      +
      Overrides:
      +
      onPostExecute in class android.os.AsyncTask<String,Void,Long>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener.html new file mode 100644 index 0000000..95b6c50 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener.html @@ -0,0 +1,143 @@ + + + + +CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener

+
+
+
+
Enclosing class:
+
CustomerDetailsAsyncTask
+
+
+
@Deprecated +public static interface CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener
+
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+
Interface for Async task that retrieves Customer Details. + Is called from the CustomerDetailsAsyncTask when it has received the CustomerDetailsResponse.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onCustomerDetailsCallComplete

      +
      void onCustomerDetailsCallComplete(CustomerDetailsResponse customerDetailsResponse)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      customerDetailsResponse - the received CustomerDetailsResponse
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.html new file mode 100644 index 0000000..c16447d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/CustomerDetailsAsyncTask.html @@ -0,0 +1,246 @@ + + + + +CustomerDetailsAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CustomerDetailsAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,CustomerDetailsResponse> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask
+
+
+
+
+
@Deprecated +public class CustomerDetailsAsyncTask +extends android.os.AsyncTask<String,Void,CustomerDetailsResponse>
+
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+
AsyncTask which loads CustomerDetailsResponse from the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.OnEncryptDataCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.OnEncryptDataCompleteListener.html new file mode 100644 index 0000000..0fa4fcf --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.OnEncryptDataCompleteListener.html @@ -0,0 +1,147 @@ + + + + +EncryptDataAsyncTask.OnEncryptDataCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface EncryptDataAsyncTask.OnEncryptDataCompleteListener

+
+
+
+
All Known Implementing Classes:
+
SessionEncryptionHelper
+
+
+
Enclosing class:
+
EncryptDataAsyncTask
+
+
+
@Deprecated +public static interface EncryptDataAsyncTask.OnEncryptDataCompleteListener
+
Deprecated. +
this interface will be removed in the future.
+
+
Interface for Async task that encrypts the given PaymentProductFields. + Is called from the EncryptDataAsyncTask when it has encrypted the given PaymentProductFields.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onEncryptDataComplete

      +
      void onEncryptDataComplete(String encryptedData)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      encryptedData - the encrypted data
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.html new file mode 100644 index 0000000..f26207c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/EncryptDataAsyncTask.html @@ -0,0 +1,240 @@ + + + + +EncryptDataAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EncryptDataAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,String> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask
+
+
+
+
+
@Deprecated +public class EncryptDataAsyncTask +extends android.os.AsyncTask<String,Void,String>
+
Deprecated. +
this class will be removed in the future.
+
+
AsyncTask which encrypts all PaymentProductFields with the GC gateway public key.
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static interface 
    + +
    +
    Deprecated. +
    this interface will be removed in the future.
    +
    +
    +
    +
    +

    Nested classes/interfaces inherited from class android.os.AsyncTask

    +android.os.AsyncTask.Status
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class android.os.AsyncTask

    +SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    EncryptDataAsyncTask(PublicKeyResponse publicKeyResponse, + PaymentRequest paymentRequest, + String clientSessionId, + EncryptDataAsyncTask.OnEncryptDataCompleteListener listener)
    +
    +
    Deprecated.
    +
    Create EncryptDataAsyncTask
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected String
    + +
    +
    Deprecated.
    +
    protected void
    +
    onPostExecute(String encryptedData)
    +
    +
    Deprecated.
    +
    +
    +
    +
    +

    Methods inherited from class android.os.AsyncTask

    +cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      doInBackground

      +
      protected String doInBackground(String... params)
      +
      Deprecated.
      +
      +
      Specified by:
      +
      doInBackground in class android.os.AsyncTask<String,Void,String>
      +
      +
      +
    • +
    • +
      +

      onPostExecute

      +
      protected void onPostExecute(String encryptedData)
      +
      Deprecated.
      +
      +
      Overrides:
      +
      onPostExecute in class android.os.AsyncTask<String,Void,String>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.OnIinLookupCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.OnIinLookupCompleteListener.html new file mode 100644 index 0000000..8de1ea1 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.OnIinLookupCompleteListener.html @@ -0,0 +1,147 @@ + + + + +IinLookupAsyncTask.OnIinLookupCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IinLookupAsyncTask.OnIinLookupCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
IinLookupAsyncTask
+
+
+
@Deprecated +public static interface IinLookupAsyncTask.OnIinLookupCompleteListener
+
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that executes an IIN lookup. + Is called from the IinLookupAsyncTask when it has received the IinDetailsResponse.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onIinLookupComplete

      +
      void onIinLookupComplete(IinDetailsResponse response)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      response - the received IinDetailsResponse
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.html new file mode 100644 index 0000000..91a74b4 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/IinLookupAsyncTask.html @@ -0,0 +1,243 @@ + + + + +IinLookupAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
android.os.AsyncTask<String,Void,IinDetailsResponse> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask
+
+
+
+
+
@Deprecated +public class IinLookupAsyncTask +extends android.os.AsyncTask<String,Void,IinDetailsResponse>
+
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+
AsyncTask which executes an IIN lookup call to the GC gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.OnImageLoadedListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.OnImageLoadedListener.html new file mode 100644 index 0000000..758bbda --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.OnImageLoadedListener.html @@ -0,0 +1,147 @@ + + + + +LoadImageAsyncTask.OnImageLoadedListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface LoadImageAsyncTask.OnImageLoadedListener

+
+
+
+
All Known Implementing Classes:
+
AssetManager
+
+
+
Enclosing class:
+
LoadImageAsyncTask
+
+
+
@Deprecated +public static interface LoadImageAsyncTask.OnImageLoadedListener
+
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+
Interface for the Async task that loads an image from an URL. + Is called from the LoadImageAsyncTask when it has the image.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    onImageLoaded(android.graphics.drawable.Drawable image, + String productId, + Map<String,String> logoMapping, + String url)
    +
    +
    Deprecated.
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onImageLoaded

      +
      void onImageLoaded(android.graphics.drawable.Drawable image, + String productId, + Map<String,String> logoMapping, + String url)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.html new file mode 100644 index 0000000..82deb5a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/LoadImageAsyncTask.html @@ -0,0 +1,246 @@ + + + + +LoadImageAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
android.os.AsyncTask<String,Void,android.graphics.drawable.Drawable> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask
+
+
+
+
+
@Deprecated +public class LoadImageAsyncTask +extends android.os.AsyncTask<String,Void,android.graphics.drawable.Drawable>
+
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+
AsyncTask which loads an Image from a given url.
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static interface 
    + +
    +
    Deprecated. +
    use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
    +
    +
    +
    +
    +

    Nested classes/interfaces inherited from class android.os.AsyncTask

    +android.os.AsyncTask.Status
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class android.os.AsyncTask

    +SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    LoadImageAsyncTask(String imageUrl, + String productId, + android.content.Context context, + Map<String,String> logoMapping, + String url, + LoadImageAsyncTask.OnImageLoadedListener listener)
    +
    +
    Deprecated.
    +
    Create LoadImageAsyncTask
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected android.graphics.drawable.Drawable
    + +
    +
    Deprecated.
    +
    protected void
    +
    onPostExecute(android.graphics.drawable.Drawable image)
    +
    +
    Deprecated.
    +
    +
    +
    +
    +

    Methods inherited from class android.os.AsyncTask

    +cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LoadImageAsyncTask

      +
      public LoadImageAsyncTask(String imageUrl, + String productId, + android.content.Context context, + Map<String,String> logoMapping, + String url, + LoadImageAsyncTask.OnImageLoadedListener listener)
      +
      Deprecated.
      +
      Create LoadImageAsyncTask
      +
      +
      Parameters:
      +
      imageUrl - complete url of the image which will be loaded, contains the url where the assets are retrieved from
      +
      productId - id of the product for which the image is loaded
      +
      context - needed for parsing the image to a drawable
      +
      logoMapping - contains the product id with the corresponding logo url
      +
      url - url of the logo which will be loaded
      +
      listener - LoadImageAsyncTask.OnImageLoadedListener which will be called by the AsyncTask when the image is loaded
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      doInBackground

      +
      protected android.graphics.drawable.Drawable doInBackground(String... params)
      +
      Deprecated.
      +
      +
      Specified by:
      +
      doInBackground in class android.os.AsyncTask<String,Void,android.graphics.drawable.Drawable>
      +
      +
      +
    • +
    • +
      +

      onPostExecute

      +
      protected void onPostExecute(android.graphics.drawable.Drawable image)
      +
      Deprecated.
      +
      +
      Overrides:
      +
      onPostExecute in class android.os.AsyncTask<String,Void,android.graphics.drawable.Drawable>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.OnPaymentProductCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.OnPaymentProductCallCompleteListener.html new file mode 100644 index 0000000..b68e92c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.OnPaymentProductCallCompleteListener.html @@ -0,0 +1,147 @@ + + + + +PaymentProductAsyncTask.OnPaymentProductCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface PaymentProductAsyncTask.OnPaymentProductCallCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
PaymentProductAsyncTask
+
+
+
@Deprecated +public static interface PaymentProductAsyncTask.OnPaymentProductCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieves a PaymentProduct. + Is called from the PaymentProductAsyncTask when it has retrieved a PaymentProduct.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPaymentProductCallComplete

      +
      void onPaymentProductCallComplete(PaymentProduct paymentProduct)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      paymentProduct - the retrieved PaymentProduct
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.html new file mode 100644 index 0000000..2beb451 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductAsyncTask.html @@ -0,0 +1,243 @@ + + + + +PaymentProductAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentProductAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,PaymentProduct> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask
+
+
+
+
+
@Deprecated +public class PaymentProductAsyncTask +extends android.os.AsyncTask<String,Void,PaymentProduct>
+
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+
AsyncTask which loads a PaymentProduct from the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener.html new file mode 100644 index 0000000..08b097a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener.html @@ -0,0 +1,143 @@ + + + + +PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener

+
+
+
+
Enclosing class:
+
PaymentProductDirectoryAsyncTask
+
+
+
@Deprecated +public static interface PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieved a Payment Product Directory. + Is called from the PaymentProductDirectoryAsyncTask when it has received a PaymentProductDirectoryResponse.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPaymentProductDirectoryCallComplete

      +
      void onPaymentProductDirectoryCallComplete(PaymentProductDirectoryResponse paymentProductDirectoryResponse)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      paymentProductDirectoryResponse - the received PaymentProductDirectoryResponse
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.html new file mode 100644 index 0000000..94fa4ce --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductDirectoryAsyncTask.html @@ -0,0 +1,246 @@ + + + + +PaymentProductDirectoryAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentProductDirectoryAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,PaymentProductDirectoryResponse> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask
+
+
+
+
+
@Deprecated +public class PaymentProductDirectoryAsyncTask +extends android.os.AsyncTask<String,Void,PaymentProductDirectoryResponse>
+
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+
AsyncTask which executes a PaymentProductDirectory call to the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener.html new file mode 100644 index 0000000..629bdbf --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener.html @@ -0,0 +1,147 @@ + + + + +PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener

+
+
+
+
All Known Implementing Classes:
+
Session
+
+
+
Enclosing class:
+
PaymentProductGroupAsyncTask
+
+
+
@Deprecated +public static interface PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener
+
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieved a PaymentProductGroup. + Is called from the PaymentProductGroupAsyncTask when it has retrieved a PaymentProductGroup.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPaymentProductGroupCallComplete

      +
      void onPaymentProductGroupCallComplete(PaymentProductGroup paymentProductGroup)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      paymentProductGroup - the retrieved PaymentProductGroup
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.html new file mode 100644 index 0000000..26d18d4 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PaymentProductGroupAsyncTask.html @@ -0,0 +1,243 @@ + + + + +PaymentProductGroupAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentProductGroupAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,PaymentProductGroup> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask
+
+
+
+
+
@Deprecated +public class PaymentProductGroupAsyncTask +extends android.os.AsyncTask<String,Void,PaymentProductGroup>
+
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+
AsyncTask which loads a PaymentProductGroup from the GC Gateway.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.OnPublicKeyLoadedListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.OnPublicKeyLoadedListener.html new file mode 100644 index 0000000..27c0ef5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.OnPublicKeyLoadedListener.html @@ -0,0 +1,147 @@ + + + + +PublicKeyAsyncTask.OnPublicKeyLoadedListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface PublicKeyAsyncTask.OnPublicKeyLoadedListener

+
+
+
+
All Known Implementing Classes:
+
SessionEncryptionHelper
+
+
+
Enclosing class:
+
PublicKeyAsyncTask
+
+
+
@Deprecated +public static interface PublicKeyAsyncTask.OnPublicKeyLoadedListener
+
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+
Interface for the Async task that executes a public key lookup call. + Is called from the PublicKeyAsyncTask when it has received a PublicKeyResponse.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Listener that is called when publickey is loaded.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPublicKeyLoaded

      +
      void onPublicKeyLoaded(PublicKeyResponse response)
      +
      Deprecated.
      +
      Listener that is called when publickey is loaded.
      +
      +
      Parameters:
      +
      response - the PublicKeyResponse which contains the public key data
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.html new file mode 100644 index 0000000..4e90f12 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/PublicKeyAsyncTask.html @@ -0,0 +1,237 @@ + + + + +PublicKeyAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
android.os.AsyncTask<String,Void,PublicKeyResponse> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask
+
+
+
+
+
@Deprecated +public class PublicKeyAsyncTask +extends android.os.AsyncTask<String,Void,PublicKeyResponse>
+
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+
AsyncTask which executes a public key lookup call to the GC Gateway.
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static interface 
    + +
    +
    Deprecated. +
    use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
    +
    +
    +
    +
    +

    Nested classes/interfaces inherited from class android.os.AsyncTask

    +android.os.AsyncTask.Status
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class android.os.AsyncTask

    +SERIAL_EXECUTOR, THREAD_POOL_EXECUTOR
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PublicKeyAsyncTask(android.content.Context context, + C2sCommunicator communicator, + PublicKeyAsyncTask.OnPublicKeyLoadedListener listener)
    +
    +
    Deprecated.
    +
    Create PublicKeyAsyncTask
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Deprecated.
    +
    protected void
    + +
    +
    Deprecated.
    +
    +
    +
    +
    +

    Methods inherited from class android.os.AsyncTask

    +cancel, execute, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener.html new file mode 100644 index 0000000..b1b315f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener.html @@ -0,0 +1,143 @@ + + + + +ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener

+
+
+
+
Enclosing class:
+
ThirdPartyStatusAsyncTask
+
+
+
@Deprecated +public static interface ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener
+
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+
Interface for the Async task that retrieves a payment's ThirdPartyStatus. + Is called from the ThirdPartyStatusAsyncTask when it has retrieved a ThirdPartyStatus.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    Invoked when async task was successful and data is available.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onThirdPartyStatusCallComplete

      +
      void onThirdPartyStatusCallComplete(ThirdPartyStatus thirdPartyStatus)
      +
      Deprecated.
      +
      Invoked when async task was successful and data is available.
      +
      +
      Parameters:
      +
      thirdPartyStatus - the retrieved ThirdPartyStatus
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.html new file mode 100644 index 0000000..e5fe1b5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/ThirdPartyStatusAsyncTask.html @@ -0,0 +1,240 @@ + + + + +ThirdPartyStatusAsyncTask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ThirdPartyStatusAsyncTask

+
+
java.lang.Object +
android.os.AsyncTask<String,Void,ThirdPartyStatus> +
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask
+
+
+
+
+
@Deprecated +public class ThirdPartyStatusAsyncTask +extends android.os.AsyncTask<String,Void,ThirdPartyStatus>
+
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+
AsyncTask which retrieves the ThirdPartyStatus for a certain payment.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-summary.html new file mode 100644 index 0000000..f535407 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-summary.html @@ -0,0 +1,201 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-tree.html new file mode 100644 index 0000000..1902507 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/asynctask/package-tree.html @@ -0,0 +1,105 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/CacheHandler.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/CacheHandler.html new file mode 100644 index 0000000..fe51427 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/CacheHandler.html @@ -0,0 +1,226 @@ + + + + +CacheHandler (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
+
+
+
+
@Deprecated +public class CacheHandler +extends Object
+
Deprecated. +
this class will be removed in a future release.
+
+
Handles all cache related functionality. + The cache is stored in internal storage.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CacheHandler

      +
      public CacheHandler(android.content.Context context)
      +
      Deprecated.
      +
      Create CacheHandler
      +
      +
      Parameters:
      +
      context - used for file operations on the cached files
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getIinResponsesFromCache

      +
      public Map<String,IinDetailsResponse> getIinResponsesFromCache()
      +
      Deprecated.
      +
      Gets all cached IinDetailsResponses.
      +
      +
      Returns:
      +
      all cached IinDetailsResponses
      +
      +
      +
    • +
    • +
      +

      getImageFromInternalStorage

      +
      public android.graphics.drawable.Drawable getImageFromInternalStorage(String paymentProductId, + android.content.res.Resources resources)
      +
      Deprecated.
      +
      Retrieves an Image from the Internal Storage.
      +
      +
      Parameters:
      +
      paymentProductId - the id of the product of which the image should be retrieved
      +
      resources - used to create a BitmapDrawable from the retrieved image
      +
      Returns:
      +
      the image which is retrieved from the internal storage
      +
      +
      +
    • +
    • +
      +

      saveImageOnInternalStorage

      +
      public void saveImageOnInternalStorage(String paymentProductId, + android.graphics.drawable.Drawable image)
      +
      Deprecated.
      +
      Saves an Image to the Internal Storage.
      +
      +
      Parameters:
      +
      paymentProductId - the identifier of the image to save
      +
      image - the image which is saved
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/Preferences.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/Preferences.html new file mode 100644 index 0000000..67a481d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/Preferences.html @@ -0,0 +1,260 @@ + + + + +Preferences (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
+
+
@Deprecated +public class Preferences +extends Object
+
Deprecated. +
this class will be removed in a future release.
+
+
Handles all SharedPreferences related functionality.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Preferences

      +
      public Preferences()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      storeInSharedPreferences

      +
      public void storeInSharedPreferences(String key, + Object value, + android.content.Context context)
      +
      Deprecated.
      +
      Store key/value in SharedPreferences.
      +
      +
      Parameters:
      +
      key - the key under who the value is added to the SharedPreferences
      +
      value - the value which is added to the SharedPreferences
      +
      context - needed for getting the SharedPreferences object
      +
      +
      +
    • +
    • +
      +

      getValueFromSharedPreferences

      +
      public <T> Object getValueFromSharedPreferences(String key, + android.content.Context context, + Class<T> type)
      +
      Deprecated.
      +
      Get value from SharedPreferences.
      +
      +
      Type Parameters:
      +
      T - the type of object that should be retrieved from SharedPreferences
      +
      Parameters:
      +
      key - the key whose value will be retrieved
      +
      context - needed for getting the SharedPreferences object
      +
      type - a Class reference of the type of object that should be retrieved from SharedPreferences
      +
      Returns:
      +
      the value belonging with the given key in SharedPreferences
      +
      +
      +
    • +
    • +
      +

      getMapFromSharedPreferences

      +
      public <K, +V> Map<K,V> getMapFromSharedPreferences(String key, + android.content.Context context, + Type listType, + Map<K,V> type)
      +
      Deprecated.
      +
      Get map from SharedPreferences.
      +
      +
      Parameters:
      +
      key - the key whose value will be retrieved
      +
      context - needed for getting the SharedPreferences object
      +
      listType - the type of object that should be retrieved from SharedPreferences
      +
      Returns:
      +
      the value belonging with the given key in SharedPreferences
      +
      +
      +
    • +
    • +
      +

      removeValueFromSharedPreferences

      +
      public void removeValueFromSharedPreferences(String key, + android.content.Context context)
      +
      Deprecated.
      +
      Remove key/value from SharedPreferences.
      +
      +
      Parameters:
      +
      key - the key which will be removed
      +
      context - needed for getting the SharedPreferences object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-summary.html new file mode 100644 index 0000000..9d35d34 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-summary.html @@ -0,0 +1,99 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.caching (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.caching

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.caching
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-tree.html new file mode 100644 index 0000000..643898a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/caching/package-tree.html @@ -0,0 +1,72 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.caching Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.caching

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
    • +
    +
  • +
+
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicator.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicator.html new file mode 100644 index 0000000..0d3b782 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicator.html @@ -0,0 +1,469 @@ + + + + +C2sCommunicator (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
@Deprecated +public class C2sCommunicator +extends Object +implements Serializable
+
Deprecated. +
Use ClientApi instead.
+
+
Handles all communication with the Ingenico Connect Client API.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static C2sCommunicator getInstance(C2sCommunicatorConfiguration configuration)
      +
      Deprecated.
      +
      Get C2sCommunicator instance.
      +
      +
      Parameters:
      +
      configuration - configuration which is used to establish a connection with the GC gateway
      +
      Returns:
      +
      C2sCommunicator singleton instance
      +
      +
      +
    • +
    • +
      +

      isEnvironmentTypeProduction

      +
      public boolean isEnvironmentTypeProduction()
      +
      Deprecated.
      +
      Checks whether the EnvironmentType is set to production or not.
      +
      +
      Returns:
      +
      a Boolean indicating whether the EnvironmentType is set to production or not
      +
      +
      +
    • +
    • +
      +

      getAssetUrl

      +
      public String getAssetUrl()
      +
      Deprecated.
      +
      +
      Returns:
      +
      The asset base URL
      +
      +
      +
    • +
    • +
      +

      getBasicPaymentProducts

      +
      public BasicPaymentProducts getBasicPaymentProducts(PaymentContext paymentContext, + android.content.Context context)
      +
      Deprecated.
      +
      Retrieves BasicPaymentProducts from the GC gateway without any fields.
      +
      +
      Parameters:
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      paymentContext - PaymentContext which contains all necessary data to retrieve the correct BasicPaymentProducts
      +
      Returns:
      +
      BasicPaymentProducts, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getPaymentProduct

      +
      public PaymentProduct getPaymentProduct(String productId, + android.content.Context context, + PaymentContext paymentContext)
      +
      Deprecated.
      +
      Retrieves a single PaymentProduct from the GC gateway including all its fields.
      +
      +
      Parameters:
      +
      productId - used to retrieve the PaymentProduct that is associated with this id
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      paymentContext - PaymentContext which contains all necessary data to retrieve a PaymentProduct
      +
      Returns:
      +
      the PaymentProduct associated with the entered id, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getBasicPaymentProductGroups

      +
      public BasicPaymentProductGroups getBasicPaymentProductGroups(PaymentContext paymentContext, + android.content.Context context)
      +
      Deprecated.
      +
      Retrieves a list of basic payment groups as BasicPaymentProductGroups from the GC gateway without any fields.
      +
      +
      Parameters:
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      paymentContext - PaymentContext which contains all necessary data to retrieve the correct BasicPaymentProductGroups
      +
      Returns:
      +
      BasicPaymentProductGroups, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getPaymentProductGroup

      +
      public PaymentProductGroup getPaymentProductGroup(String groupId, + android.content.Context context, + PaymentContext paymentContext)
      +
      Deprecated.
      +
      Retrieves a single PaymentProductGroup from the GC gateway including all its fields.
      +
      +
      Parameters:
      +
      groupId - used to retrieve the PaymentProductGroup that is associated with this id
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      paymentContext - PaymentContext which contains all necessary data to retrieve the PaymentProductGroup
      +
      Returns:
      +
      PaymentProduct, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getCustomerDetails

      +
      public CustomerDetailsResponse getCustomerDetails(String productId, + String countryCode, + List<KeyValuePair> values, + android.content.Context context)
      +
      Deprecated.
      +
      Retrieves Customer Details from the GC gateway.
      +
      +
      Parameters:
      +
      productId - the product id of which the CustomerDetailsResponse should be retrieved
      +
      countryCode - the code of the country where the customer resides
      +
      values - list of KeyValuePair containing which details from the customer should be retrieved
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      Returns:
      +
      CustomerDetailsResponse, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getPaymentProductDirectory

      +
      public PaymentProductDirectoryResponse getPaymentProductDirectory(String productId, + String currencyCode, + String countryCode, + android.content.Context context)
      +
      Deprecated.
      +
      Retrieves a list of directory entries as a PaymentProductDirectoryResponse for a given product id.
      +
      +
      Parameters:
      +
      productId - the id of the product for which the lookup must be done
      +
      currencyCode - the currencyCode for which the lookup must be done
      +
      countryCode - the countryCode for which the lookup must be done
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      Returns:
      +
      the PaymentProductDirectoryResponse associated with the entered product id, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getPaymentProductIdByCreditCardNumber

      +
      public IinDetailsResponse getPaymentProductIdByCreditCardNumber(String partialCreditCardNumber, + android.content.Context context, + PaymentContext paymentContext)
      +
      Deprecated.
      +
      Retrieves the IIN details as a IinDetailsResponse for the entered partial credit card number.
      +
      +
      Parameters:
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      partialCreditCardNumber - entered partial credit card number for which the IinDetailsResponse should be retrieved
      +
      paymentContext - PaymentContext which contains all necessary data to retrieve the IinDetailsResponse
      +
      Returns:
      +
      IinDetailsResponse which contains the result of the IIN lookup, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getPublicKey

      +
      public PublicKeyResponse getPublicKey(android.content.Context context)
      +
      Deprecated.
      +
      Retrieves the public key as a PublicKeyResponse from the GC gateway.
      +
      +
      Parameters:
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      Returns:
      +
      PublicKeyResponse, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      getThirdPartyStatus

      +
      public ThirdPartyStatusResponse getThirdPartyStatus(android.content.Context context, + String paymentId)
      +
      Deprecated.
      +
      Retrieves the third party status as a ThirdPartyStatusResponse for a given payment.
      +
      +
      Parameters:
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      paymentId - the id of the payment for which the ThirdPartyStatus should be retrieved
      +
      Returns:
      +
      the ThirdPartyStatusResponse received from the server, or null when an error has occurred
      +
      +
      +
    • +
    • +
      +

      convertAmount

      +
      public Long convertAmount(Long amount, + String source, + String target, + android.content.Context context)
      +
      Deprecated.
      +
      Converts a given amount in cents from the given source currency to the given target currency.
      +
      +
      Parameters:
      +
      amount - the amount in cents to be converted
      +
      source - the current currency of the amount
      +
      target - the currency to which the amount should be converted
      +
      context - used for reading device metadata which is sent to the GC gateway
      +
      Returns:
      +
      converted amount
      +
      +
      +
    • +
    • +
      +

      getMetadata

      +
      public Map<String,String> getMetadata(android.content.Context context)
      +
      Deprecated.
      +
      Returns a map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      Returns:
      +
      a Map containing key/values of metadata
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicatorConfiguration.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicatorConfiguration.html new file mode 100644 index 0000000..bcafd35 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/C2sCommunicatorConfiguration.html @@ -0,0 +1,377 @@ + + + + +C2sCommunicatorConfiguration (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class C2sCommunicatorConfiguration

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
@Deprecated +public class C2sCommunicatorConfiguration +extends Object +implements Serializable
+
Deprecated. +
Use ConnectSDK and initialize using ConnectSDKConfiguration instead.
+
+
Contains all configuration parameters needed for communicating with the GC gateway.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      C2sCommunicatorConfiguration

      +
      public C2sCommunicatorConfiguration(String clientSessionId, + String customerId, + String clientApiUrl, + String assetUrl, + boolean environmentIsProduction, + String appIdentifier, + String ipAddress)
      +
      Deprecated.
      +
      Constructor, creates the C2SCommunicatorConfiguration object.
      +
      +
      Parameters:
      +
      clientSessionId - used for identifying the session on the GC gateway
      +
      customerId - used for identifying the customer on the GC gateway
      +
      clientApiUrl - the endpoint baseurl
      +
      assetUrl - the asset baseurl
      +
      environmentIsProduction - states if the environment is production
      +
      appIdentifier - used to create device metadata
      +
      ipAddress - used to create device metadata; may be null
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      initWithClientSessionId

      +
      public static Session initWithClientSessionId(String clientSessionId, + String customerId, + String clientApiUrl, + String assetBaseUrl, + boolean environmentIsProduction, + String appIdentifier)
      +
      Deprecated.
      +
      Convenience method for creating a Session without a given ipAddress
      +
      +
      Parameters:
      +
      clientSessionId - used for identifying the session on the GC gateway
      +
      customerId - used for identifying the customer on the GC gateway
      +
      clientApiUrl - the endpoint baseurl
      +
      assetBaseUrl - the asset baseurl
      +
      environmentIsProduction - states if the environment is production
      +
      appIdentifier - used to create device metadata
      +
      Returns:
      +
      initialised Session
      +
      +
      +
    • +
    • +
      +

      initWithClientSessionId

      +
      public static Session initWithClientSessionId(String clientSessionId, + String customerId, + String clientApiUrl, + String assetBaseUrl, + boolean environmentIsProduction, + String appIdentifier, + String ipAddress)
      +
      Deprecated.
      +
      Convenience method for creating a Session with a given ipAddress
      +
      +
      Parameters:
      +
      clientSessionId - used for identifying the session on the GC gateway
      +
      customerId - used for identifying the customer on the GC gateway
      +
      clientApiUrl - the endpoint baseurl
      +
      assetBaseUrl - the asset baseurl
      +
      environmentIsProduction - states if the environment is production
      +
      appIdentifier - used to create device metadata
      +
      ipAddress - used to create device metadata
      +
      Returns:
      +
      initialised Session
      +
      +
      +
    • +
    • +
      +

      getClientSessionId

      +
      public String getClientSessionId()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getCustomerId

      +
      public String getCustomerId()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      environmentIsProduction

      +
      public boolean environmentIsProduction()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getAppIdentifier

      +
      public String getAppIdentifier()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getIpAddress

      +
      @Nullable +public String getIpAddress()
      +
      Deprecated.
      +
      +
      Returns:
      +
      may return null.
      +
      +
      +
    • +
    • +
      +

      getBaseUrl

      +
      public String getBaseUrl()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getAssetUrl

      +
      public String getAssetUrl()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getMetadata

      +
      public Map<String,String> getMetadata(android.content.Context context)
      +
      Deprecated.
      +
      Returns a map of metadata of the device this SDK is running on. + The map contains the SDK version, OS, OS version and screen size.
      +
      +
      Parameters:
      +
      context - used for retrieving device metadata
      +
      Returns:
      +
      a Map containing key/values of metadata
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-summary.html new file mode 100644 index 0000000..f1cd0ab --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-summary.html @@ -0,0 +1,99 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.communicate (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.communicate

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.communicate
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-tree.html new file mode 100644 index 0000000..b8ed378 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/communicate/package-tree.html @@ -0,0 +1,72 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.communicate Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.communicate

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html new file mode 100644 index 0000000..b223b35 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html @@ -0,0 +1,957 @@ + + + + +Constants (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
+
+
public class Constants +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      SDK_IDENTIFIER

      +
      public static final String SDK_IDENTIFIER
      +
      SDK version
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      SDK_CREATOR

      +
      public static final String SDK_CREATOR
      +
      SDK creator
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTS_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTS_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_DIRECTORY_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_DIRECTORY_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_NETWORKS_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_NETWORKS_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_CUSTOMERDETAILS_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_CUSTOMERDETAILS_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUPS_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUPS_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUP_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUP_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_CONVERT_AMOUNT_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_CONVERT_AMOUNT_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_IIN_LOOKUP_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_IIN_LOOKUP_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_PUBLIC_KEY_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_PUBLIC_KEY_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GC_GATEWAY_THIRDPARTYSTATUS_PATH

      +
      @Deprecated +public static final String GC_GATEWAY_THIRDPARTYSTATUS_PATH
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PREFERENCES_NAME

      +
      @Deprecated +public static final String PREFERENCES_NAME
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PREFERENCES_LOGO_MAP

      +
      @Deprecated +public static final String PREFERENCES_LOGO_MAP
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      DIRECTORY_IINRESPONSES

      +
      @Deprecated +public static final String DIRECTORY_IINRESPONSES
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      FILENAME_IINRESPONSE_CACHE

      +
      @Deprecated +public static final String FILENAME_IINRESPONSE_CACHE
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      DIRECTORY_LOGOS

      +
      @Deprecated +public static final String DIRECTORY_LOGOS
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      FILENAME_LOGO_PREFIX

      +
      @Deprecated +public static final String FILENAME_LOGO_PREFIX
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      ENABLE_REQUEST_LOGGING

      +
      @Deprecated +public static final Boolean ENABLE_REQUEST_LOGGING
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      Disable/Enable logging of all requests and responses made to the Ingenico Connect Client API
      +
      +
    • +
    • +
      +

      ACCEPTABLE_WAIT_TIME_IN_MILISECONDS

      +
      @Deprecated +public static final int ACCEPTABLE_WAIT_TIME_IN_MILISECONDS
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      Time constant that should be used to determine if a call took to long to return
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTGROUPID_CARDS

      +
      public static final String PAYMENTPRODUCTGROUPID_CARDS
      +
      Cards Group ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_APPLEPAY

      +
      public static final String PAYMENTPRODUCTID_APPLEPAY
      +
      Apple Pay product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_GOOGLEPAY

      +
      public static final String PAYMENTPRODUCTID_GOOGLEPAY
      +
      Google Pay product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GOOGLE_API_VERSION

      +
      public static final int GOOGLE_API_VERSION
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      GOOGLE_PAY_TOKEN_FIELD_ID

      +
      public static final String GOOGLE_PAY_TOKEN_FIELD_ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_BOLETOBANCARIO

      +
      public static final String PAYMENTPRODUCTID_BOLETOBANCARIO
      +
      Boleto Bancario product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      FISCAL_NUMBER_FIELD_ID

      +
      public static final String FISCAL_NUMBER_FIELD_ID
      +
      Fiscal number field ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_BanContact

      +
      public static final String PAYMENTPRODUCTID_BanContact
      +
      BanContact product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_BCMC

      +
      @Deprecated +public static final String PAYMENTPRODUCTID_BCMC
      +
      Deprecated. + +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS

      +
      @Deprecated +public static final String PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      Afterpay Installments product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PAYMENTPRODUCTID_AFTERPAY_INVOICE

      +
      @Deprecated +public static final String PAYMENTPRODUCTID_AFTERPAY_INVOICE
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      Afterpay Invoice product ID
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      INSTALLMENTPLAN_FIELD_ID

      +
      @Deprecated +public static final String INSTALLMENTPLAN_FIELD_ID
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      TERMSANDCONDITIONS_FIELD_ID

      +
      @Deprecated +public static final String TERMSANDCONDITIONS_FIELD_ID
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • + +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Constants

      +
      public Constants()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-summary.html new file mode 100644 index 0000000..139e7db --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-summary.html @@ -0,0 +1,93 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.configuration (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.configuration

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.configuration
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-tree.html new file mode 100644 index 0000000..a4ec090 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/package-tree.html @@ -0,0 +1,71 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.configuration Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.configuration

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    • +
    +
  • +
+
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptData.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptData.html new file mode 100644 index 0000000..91dd9b9 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptData.html @@ -0,0 +1,301 @@ + + + + +EncryptData (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
+
+
@Deprecated +public class EncryptData +extends Object
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
POJO which contains all the possible EncryptData fields.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EncryptData

      +
      public EncryptData()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setAccountOnFileId

      +
      public void setAccountOnFileId(Integer accountOnFileId)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      setClientSessionId

      +
      public void setClientSessionId(String clientSessionId)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      setPaymentProductId

      +
      public void setPaymentProductId(Integer paymentProductId)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      setPaymentValues

      +
      public void setPaymentValues(Map<String,String> paymentValues)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      setTokenize

      +
      public void setTokenize(Boolean tokenize)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      setNonce

      +
      public void setNonce(String nonce)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getAccountOnFileId

      +
      public Integer getAccountOnFileId()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getClientSessionId

      +
      public String getClientSessionId()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getNonce

      +
      public String getNonce()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getPaymentProductId

      +
      public Integer getPaymentProductId()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getTokenize

      +
      public Boolean getTokenize()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getPaymentValues

      +
      public Map<String,String> getPaymentValues()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptUtil.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptUtil.html new file mode 100644 index 0000000..38d2f88 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/EncryptUtil.html @@ -0,0 +1,178 @@ + + + + +EncryptUtil (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptUtil
+
+
+
+
@Deprecated +public class EncryptUtil +extends Object
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
Util class that contains methods for encryption.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EncryptUtil

      +
      public EncryptUtil()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      base64UrlEncode

      +
      public String base64UrlEncode(byte[] data)
      +
      Deprecated.
      +
      Encodes a String with base64Url encoding. + It also removes characters which must be removed according to the JOSE spec.
      +
      +
      Parameters:
      +
      data - the data which will be encoded
      +
      Returns:
      +
      encoded data
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/Encryptor.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/Encryptor.html new file mode 100644 index 0000000..83296b4 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/Encryptor.html @@ -0,0 +1,192 @@ + + + + +Encryptor (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.Encryptor
+
+
+
+
@Deprecated +public class Encryptor +extends Object
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
Handles all Encryption related functionality. + Uses the JOSE web encryption standard.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Encryptor

      +
      public Encryptor(PublicKeyResponse publicKeyResponse)
      +
      Deprecated.
      +
      Create Encryptor
      +
      +
      Parameters:
      +
      publicKeyResponse - contains the GC gateway public key
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      encrypt

      +
      public String encrypt(EncryptData encryptData)
      +
      Deprecated.
      +
      Encrypts all payment product field values for the given paymentRequest as EncryptData.
      +
      +
      Parameters:
      +
      encryptData - contains all field values and variables required for making a payment request
      +
      Returns:
      +
      encrypted String
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-summary.html new file mode 100644 index 0000000..bc3c2f1 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-summary.html @@ -0,0 +1,103 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.encryption (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.encryption

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.encryption
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-tree.html new file mode 100644 index 0000000..d7b7ce9 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/encryption/package-tree.html @@ -0,0 +1,73 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.encryption Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.encryption

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.Encryptor
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptUtil
    • +
    +
  • +
+
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/BadPaymentItemException.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/BadPaymentItemException.html new file mode 100644 index 0000000..33b665b --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/BadPaymentItemException.html @@ -0,0 +1,190 @@ + + + + +BadPaymentItemException (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BadPaymentItemException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
com.ingenico.connect.gateway.sdk.client.android.sdk.exception.BadPaymentItemException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
@Deprecated +public class BadPaymentItemException +extends RuntimeException
+
Deprecated. +
this class will be removed in the future.
+
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BadPaymentItemException

      +
      public BadPaymentItemException()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      BadPaymentItemException

      +
      public BadPaymentItemException(String message)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      BadPaymentItemException

      +
      public BadPaymentItemException(Throwable t)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      BadPaymentItemException

      +
      public BadPaymentItemException(String message, + Throwable t)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/CommunicationException.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/CommunicationException.html new file mode 100644 index 0000000..f8b3039 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/CommunicationException.html @@ -0,0 +1,188 @@ + + + + +CommunicationException (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommunicationException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
com.ingenico.connect.gateway.sdk.client.android.sdk.exception.CommunicationException
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
@Deprecated +public class CommunicationException +extends Exception
+
Deprecated. +
this class will be removed in the future.
+
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommunicationException

      +
      public CommunicationException()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      CommunicationException

      +
      public CommunicationException(String message)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      CommunicationException

      +
      public CommunicationException(Throwable t)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      CommunicationException

      +
      public CommunicationException(String message, + Throwable t)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/EncryptDataException.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/EncryptDataException.html new file mode 100644 index 0000000..d70b273 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/EncryptDataException.html @@ -0,0 +1,172 @@ + + + + +EncryptDataException (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EncryptDataException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
com.ingenico.connect.gateway.sdk.client.android.sdk.exception.EncryptDataException
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class EncryptDataException +extends Exception
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EncryptDataException

      +
      public EncryptDataException()
      +
      +
    • +
    • +
      +

      EncryptDataException

      +
      public EncryptDataException(String message)
      +
      +
    • +
    • +
      +

      EncryptDataException

      +
      public EncryptDataException(Throwable t)
      +
      +
    • +
    • +
      +

      EncryptDataException

      +
      public EncryptDataException(String message, + Throwable t)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/UnknownNetworkException.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/UnknownNetworkException.html new file mode 100644 index 0000000..27471a1 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/UnknownNetworkException.html @@ -0,0 +1,190 @@ + + + + +UnknownNetworkException (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnknownNetworkException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
com.ingenico.connect.gateway.sdk.client.android.sdk.exception.UnknownNetworkException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
@Deprecated +public class UnknownNetworkException +extends RuntimeException
+
Deprecated. +
this class will be removed in the future.
+
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnknownNetworkException

      +
      public UnknownNetworkException()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      UnknownNetworkException

      +
      public UnknownNetworkException(String message)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      UnknownNetworkException

      +
      public UnknownNetworkException(Throwable t)
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      UnknownNetworkException

      +
      public UnknownNetworkException(String message, + Throwable t)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-summary.html new file mode 100644 index 0000000..048683b --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-summary.html @@ -0,0 +1,105 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.exception (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.exception

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-tree.html new file mode 100644 index 0000000..c112f19 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/exception/package-tree.html @@ -0,0 +1,86 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.exception Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/StringFormatter.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/StringFormatter.html new file mode 100644 index 0000000..120d3c7 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/StringFormatter.html @@ -0,0 +1,275 @@ + + + + +StringFormatter (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class StringFormatter +extends Object +implements Serializable
+
Contains util methods for string formatting.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      StringFormatter

      +
      public StringFormatter()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      applyMask

      +
      public FormatResult applyMask(String mask, + String value, + String oldValue, + int start, + int count, + int after)
      +
      Applies a mask to a String, based on the previous value and splice information. + The result is a FormatResult object, that holds the masked String and the new cursor index. + This masker is meant for user input fields, where users are still entering their information.
      +
      +
      Parameters:
      +
      mask - the mask that will be applied. Characters to be masked should be surrounded by double accolades, + mask characters should be between accolade-blocks. E.g. a mask for an expiry date would look like + this: {{99}}/{{99}}
      +
      value - the String that the mask will be applied to
      +
      oldValue - the value that was in the edit text, before characters were removed or added
      +
      start - the index of the start of the change
      +
      count - the number of characters that were removed
      +
      after - the number of characters that were added
      +
      Returns:
      +
      FormatResult that contains the masked String and the new cursor index
      +
      +
      +
    • +
    • +
      +

      applyMask

      +
      @Deprecated +public FormatResult applyMask(String mask, + String value, + String oldValue, + Integer oldCursorIndex)
      +
      Deprecated. +
      the masking behaviour that is provided by applyMask(String, String, String, int, int, int) provides a better user experience.
      +
      +
      Will apply a mask and returns a FormatResult that holds the masked String and the new cursor index.
      +
      +
      Parameters:
      +
      mask - the mask that will be applied
      +
      value - the String that the mask will be applied to
      +
      oldValue - the value that was in previously in the editText
      +
      oldCursorIndex - the cursorIndex before applying the changes
      +
      Returns:
      +
      FormatResult, containing the formatted value and the new cursor index
      +
      +
      +
    • +
    • +
      +

      applyMask

      +
      public String applyMask(String mask, + String value)
      +
      Applies the mask to the value. This method can be used if you want to mask a static String.
      +
      +
      Parameters:
      +
      mask - the mask that will be applied
      +
      value - the String that the mask will be applied to
      +
      Returns:
      +
      the masked value
      +
      +
      +
    • +
    • +
      +

      removeMask

      +
      public String removeMask(String mask, + String value)
      +
      Removes the mask on a given value.
      +
      +
      Parameters:
      +
      mask - the mask that is applied to the value
      +
      value - the value of which the mask will be removed
      +
      Returns:
      +
      the unmasked value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-summary.html new file mode 100644 index 0000000..3975293 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-summary.html @@ -0,0 +1,95 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.formatter (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.formatter

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.formatter
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-tree.html new file mode 100644 index 0000000..b3a0d9d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/formatter/package-tree.html @@ -0,0 +1,71 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.formatter Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.formatter

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/AssetManager.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/AssetManager.html new file mode 100644 index 0000000..68e01a8 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/AssetManager.html @@ -0,0 +1,220 @@ + + + + +AssetManager (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.manager.AssetManager
+
+
+
+
All Implemented Interfaces:
+
LoadImageAsyncTask.OnImageLoadedListener
+
+
+
@Deprecated +public class AssetManager +extends Object +implements LoadImageAsyncTask.OnImageLoadedListener
+
Deprecated. +
this class will be removed in the future.
+
+
Singleton who handles all logo related functionality.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static AssetManager getInstance(android.content.Context context)
      +
      Deprecated.
      +
      Gets Singleton instance of this AssetManager.
      +
      +
      Parameters:
      +
      context - needed for reading and writing files
      +
      Returns:
      +
      AssetManager singleton instance
      +
      +
      +
    • +
    • +
      +

      getLogo

      +
      public android.graphics.drawable.Drawable getLogo(String paymentProductId)
      +
      Deprecated.
      +
      Retrieves a logo for the given paymentProductId. + First, the diskcache is checked for this logo. + If it doesn't exist there, the version that is stored in the app is returned.
      +
      +
      Parameters:
      +
      paymentProductId - the paymentProductId for which the logo should be returned
      +
      Returns:
      +
      Drawable logo.
      +
      +
      +
    • +
    • +
      +

      updateLogos

      +
      public void updateLogos(String assetUrl, + List<BasicPaymentItem> basicPaymentItems, + Size size)
      +
      Deprecated.
      +
      Update the logos for the given basicPaymentItems if there is a new version.
      +
      +
      Parameters:
      +
      assetUrl - the asset url for loading images
      +
      basicPaymentItems - list of basic payment items for which the logo will be updated if there is a new version
      +
      size - can be used to retrieve images of a certain size
      +
      +
      +
    • +
    • +
      +

      onImageLoaded

      +
      public void onImageLoaded(android.graphics.drawable.Drawable image, + String productId, + Map<String,String> logoMapping, + String url)
      +
      Deprecated.
      +
      +
      Specified by:
      +
      onImageLoaded in interface LoadImageAsyncTask.OnImageLoadedListener
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-summary.html new file mode 100644 index 0000000..c66298a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-summary.html @@ -0,0 +1,95 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.manager (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.manager

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.manager
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-tree.html new file mode 100644 index 0000000..a6e3ff9 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/manager/package-tree.html @@ -0,0 +1,71 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.manager Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.manager

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/AmountOfMoney.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/AmountOfMoney.html new file mode 100644 index 0000000..51a8c28 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/AmountOfMoney.html @@ -0,0 +1,211 @@ + + + + +AmountOfMoney (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class AmountOfMoney +extends Object +implements Serializable
+
POJO that contains money information for a payment.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AmountOfMoney

      +
      public AmountOfMoney(Long amount, + String currencyCode)
      +
      +
      Parameters:
      +
      amount - the amount in the smallest possible denominator of the provided currency
      +
      currencyCode - the ISO-4217 Currency Code
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAmount

      +
      public Long getAmount()
      +
      +
    • +
    • +
      +

      getCurrencyCode

      +
      public String getCurrencyCode()
      +
      +
    • +
    • +
      +

      getCurrencyCodeString

      +
      @Deprecated +public String getCurrencyCodeString()
      +
      Deprecated. +
      use getCurrencyCode() instead.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ConvertedAmountResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ConvertedAmountResponse.html new file mode 100644 index 0000000..68672d0 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ConvertedAmountResponse.html @@ -0,0 +1,172 @@ + + + + +ConvertedAmountResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ConvertedAmountResponse

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.ConvertedAmountResponse
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ConvertedAmountResponse +extends Object +implements Serializable
+
POJO that contains the response for a converted amount.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ConvertedAmountResponse

      +
      public ConvertedAmountResponse(Long convertedAmount)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConvertedAmount

      +
      public Long getConvertedAmount()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsRequest.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsRequest.html new file mode 100644 index 0000000..3ebc498 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsRequest.html @@ -0,0 +1,215 @@ + + + + +CustomerDetailsRequest (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CustomerDetailsRequest

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
+
+
+
public class CustomerDetailsRequest +extends Object
+
POJO that holds the CustomerDetails call request.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CustomerDetailsRequest

      +
      public CustomerDetailsRequest(String countryCode, + List<KeyValuePair> values)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCountryCode

      +
      public String getCountryCode()
      +
      +
    • +
    • +
      +

      setCountryCode

      +
      public void setCountryCode(String countryCode)
      +
      +
      Parameters:
      +
      countryCode - the Country Code of the Country where the transaction will take place. The provided code should match the ISO-3166-alpha-2 standard.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getValues

      +
      public List<KeyValuePair> getValues()
      +
      +
    • +
    • +
      +

      setValues

      +
      public void setValues(List<KeyValuePair> values)
      +
      +
    • +
    • +
      +

      getCountryCodeString

      +
      @Deprecated +public String getCountryCodeString()
      +
      Deprecated. +
      use getCountryCode() instead.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsResponse.html new file mode 100644 index 0000000..b3a399a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/CustomerDetailsResponse.html @@ -0,0 +1,375 @@ + + + + +CustomerDetailsResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CustomerDetailsResponse

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
+
+
+
public class CustomerDetailsResponse +extends Object
+
POJO that holds the CustomerDetails call response.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CustomerDetailsResponse

      +
      protected CustomerDetailsResponse()
      +
      +
    • +
    • +
      +

      CustomerDetailsResponse

      +
      public CustomerDetailsResponse(String country, + String fiscalNumber, + String city, + String street, + String zip, + String firstName, + String surname, + String emailAddress, + String phoneNumber, + String languageCode)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getStreet

      +
      public String getStreet()
      +
      +
    • +
    • +
      +

      setStreet

      +
      public void setStreet(String street)
      +
      +
    • +
    • +
      +

      getCity

      +
      public String getCity()
      +
      +
    • +
    • +
      +

      setCity

      +
      public void setCity(String city)
      +
      +
    • +
    • +
      +

      getZip

      +
      public String getZip()
      +
      +
    • +
    • +
      +

      setZip

      +
      public void setZip(String zip)
      +
      +
    • +
    • +
      +

      getCountry

      +
      public String getCountry()
      +
      +
    • +
    • +
      +

      setCountry

      +
      public void setCountry(String country)
      +
      +
    • +
    • +
      +

      getFirstName

      +
      public String getFirstName()
      +
      +
    • +
    • +
      +

      setFirstName

      +
      public void setFirstName(String firstName)
      +
      +
    • +
    • +
      +

      getSurname

      +
      public String getSurname()
      +
      +
    • +
    • +
      +

      setSurname

      +
      public void setSurname(String surname)
      +
      +
    • +
    • +
      +

      getEmailAddress

      +
      public String getEmailAddress()
      +
      +
    • +
    • +
      +

      setEmailAddress

      +
      public void setEmailAddress(String emailAddress)
      +
      +
    • +
    • +
      +

      getPhoneNumber

      +
      public String getPhoneNumber()
      +
      +
    • +
    • +
      +

      setPhoneNumber

      +
      public void setPhoneNumber(String phoneNumber)
      +
      +
    • +
    • +
      +

      getFiscalNumber

      +
      public String getFiscalNumber()
      +
      +
    • +
    • +
      +

      setFiscalNumber

      +
      public void setFiscalNumber(String fiscalNumber)
      +
      +
    • +
    • +
      +

      getLanguageCode

      +
      public String getLanguageCode()
      +
      +
    • +
    • +
      +

      setLanguageCode

      +
      public void setLanguageCode(String languageCode)
      +
      +
    • +
    • +
      +

      getFieldsAsMap

      +
      public Map<String,String> getFieldsAsMap()
      +
      Returns a Map of the fields, where the key is the fieldId.
      +
      +
      Returns:
      +
      a Map containing the fields and their corresponding values
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/DirectoryEntry.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/DirectoryEntry.html new file mode 100644 index 0000000..351a392 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/DirectoryEntry.html @@ -0,0 +1,192 @@ + + + + +DirectoryEntry (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
+
+
+
public class DirectoryEntry +extends Object
+
POJO that contains the DirectoryEntry, which is used as a list type in a PaymentProductDirectoryResponse.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCountryNames

      +
      public ArrayList<String> getCountryNames()
      +
      +
    • +
    • +
      +

      getIssuerId

      +
      public String getIssuerId()
      +
      +
    • +
    • +
      +

      getIssuerList

      +
      public String getIssuerList()
      +
      +
    • +
    • +
      +

      getIssuerName

      +
      public String getIssuerName()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/FormatResult.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/FormatResult.html new file mode 100644 index 0000000..6ef1491 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/FormatResult.html @@ -0,0 +1,170 @@ + + + + +FormatResult (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.FormatResult
+
+
+
+
public class FormatResult +extends Object
+
Result after a mask is applied on a field.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FormatResult

      +
      public FormatResult(String formattedResult, + Integer cursorIndex)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCursorIndex

      +
      public Integer getCursorIndex()
      +
      +
    • +
    • +
      +

      getFormattedResult

      +
      public String getFormattedResult()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentContext.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentContext.html new file mode 100644 index 0000000..b49473d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentContext.html @@ -0,0 +1,316 @@ + + + + +PaymentContext (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentContext +extends Object +implements Serializable
+
POJO that contains PaymentContext information. + It contains information about a payment, like its AmountOfMoney, countryCode and locale.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentContext

      +
      public PaymentContext()
      +
      +
    • +
    • +
      +

      PaymentContext

      +
      public PaymentContext(AmountOfMoney amountOfMoney, + String countryCode, + boolean isRecurring)
      +
      +
    • +
    • +
      +

      PaymentContext

      +
      public PaymentContext(AmountOfMoney amountOfMoney, + String countryCode, + boolean isRecurring, + Locale locale)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAmountOfMoney

      +
      public AmountOfMoney getAmountOfMoney()
      +
      +
    • +
    • +
      +

      setAmountOfMoney

      +
      public void setAmountOfMoney(AmountOfMoney amountOfMoney)
      +
      +
    • +
    • +
      +

      getCountryCode

      +
      public String getCountryCode()
      +
      +
    • +
    • +
      +

      setCountryCode

      +
      public void setCountryCode(String countryCode)
      +
      +
      Parameters:
      +
      countryCode - the Country Code of the Country where the transaction will take place. The provided code should match the ISO-3166-alpha-2 standard.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      isRecurring

      +
      public Boolean isRecurring()
      +
      +
    • +
    • +
      +

      setIsRecurring

      +
      public void setIsRecurring(Boolean isRecurring)
      +
      +
    • +
    • +
      +

      isForceBasicFlow

      +
      public Boolean isForceBasicFlow()
      +
      +
    • +
    • +
      +

      setForceBasicFlow

      +
      public void setForceBasicFlow(Boolean forceBasicFlow)
      +
      +
    • +
    • +
      +

      getLocale

      +
      public Locale getLocale()
      +
      +
    • +
    • +
      +

      setLocale

      +
      public void setLocale(Locale locale)
      +
      +
    • +
    • +
      +

      convertToNetworkRequestParameters

      +
      public Map<String,String> convertToNetworkRequestParameters()
      +
      +
    • +
    • +
      +

      getCountryCodeString

      +
      @Deprecated +public String getCountryCodeString()
      +
      Deprecated. +
      use getCountryCode() instead.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentItemCacheKey.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentItemCacheKey.html new file mode 100644 index 0000000..d37889a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentItemCacheKey.html @@ -0,0 +1,277 @@ + + + + +PaymentItemCacheKey (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentItemCacheKey

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentItemCacheKey +extends Object +implements Serializable
+
POJO which holds the PaymentProductCacheKey data. + It's used to determine if a PaymentProduct should be retrieved from the Ingenico ePayments platform, or retrieved from the memory cache.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentItemCacheKey

      +
      public PaymentItemCacheKey(Long amount, + String countryCode, + String currencyCode, + boolean isRecurring, + String paymentProductId)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAmount

      +
      public Long getAmount()
      +
      +
    • +
    • +
      +

      getCountryCode

      +
      public String getCountryCode()
      +
      +
    • +
    • +
      +

      getCurrencyCode

      +
      public String getCurrencyCode()
      +
      +
    • +
    • +
      +

      getPaymentProductId

      +
      public String getPaymentProductId()
      +
      +
    • +
    • +
      +

      getIsRecurring

      +
      public boolean getIsRecurring()
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    • +
      +

      getCountryCodeString

      +
      @Deprecated +public String getCountryCodeString()
      +
      Deprecated. +
      use getCountryCode() instead.
      +
      +
      +
    • +
    • +
      +

      getCurrencyCodeString

      +
      @Deprecated +public String getCurrencyCodeString()
      +
      Deprecated. +
      use getCurrencyCode() instead.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentProductDirectoryResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentProductDirectoryResponse.html new file mode 100644 index 0000000..e06eef6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentProductDirectoryResponse.html @@ -0,0 +1,159 @@ + + + + +PaymentProductDirectoryResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentProductDirectoryResponse

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentProductDirectoryResponse
+
+
+
+
public class PaymentProductDirectoryResponse +extends Object
+
POJO that contains the response for PaymentProductDirectory lookup.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProductDirectoryResponse

      +
      public PaymentProductDirectoryResponse(ArrayList<DirectoryEntry> entries)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentRequest.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentRequest.html new file mode 100644 index 0000000..3e00844 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PaymentRequest.html @@ -0,0 +1,436 @@ + + + + +PaymentRequest (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentRequest +extends Object +implements Serializable
+
Contains all payment request data needed for doing a payment.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentRequest

      +
      public PaymentRequest()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getTokenize

      +
      public Boolean getTokenize()
      +
      Get the value of tokenize.
      +
      +
      Returns:
      +
      a Boolean indicating whether account on file should be stored
      +
      +
      +
    • +
    • +
      +

      setTokenize

      +
      public void setTokenize(Boolean tokenize)
      +
      Set the value of tokenize.
      +
      +
      Parameters:
      +
      tokenize - the new value of tokenize
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public List<ValidationErrorMessage> validate()
      +
      Validates all fields based on their value and their validation rules. + If a field is prefilled from the AccountOnFile, but it has been altered, it will be validated.
      +
      +
      Returns:
      +
      list of errorMessageIds
      +
      +
      +
    • +
    • +
      +

      setValue

      +
      public void setValue(String paymentProductFieldId, + String value)
      +
      Add value to the paymentProductFields map.
      +
      +
      Parameters:
      +
      paymentProductFieldId - the id of the PaymentProductField for which the value will be set
      +
      value - the value to set for the corresponding PaymentProductField
      +
      +
      +
    • +
    • +
      +

      getValue

      +
      public String getValue(String paymentProductFieldId)
      +
      Gets the value of given paymentProductFieldId.
      +
      +
      Parameters:
      +
      paymentProductFieldId - the id of the PaymentProductField the value should be retrieved from
      +
      Returns:
      +
      the value of the PaymentProductField
      +
      +
      +
    • +
    • +
      +

      removeValue

      +
      public void removeValue(String paymentProductFieldId)
      +
      Removes the value of given paymentProductFieldId.
      +
      +
      Parameters:
      +
      paymentProductFieldId - the id of the PaymentProductField the value should be removed from
      +
      +
      +
    • +
    • +
      +

      getMaskedValue

      +
      public FormatResult getMaskedValue(String paymentProductFieldId, + String newValue, + String oldValue, + Integer cursorIndex)
      +
      Gets masked value for the given newValue and oldValue with the mask of the PaymentProductField with the corresponding paymentProductFieldId.
      +
      +
      Parameters:
      +
      paymentProductFieldId - the id of the PaymentProductField whose mask is used
      +
      newValue - the value which is masked
      +
      oldValue - the previous value
      +
      cursorIndex - the current index of the cursor
      +
      Returns:
      +
      FormatResult which contains maskedValue and cursorIndex, or null if there is no PaymentProductField found
      +
      +
      +
    • +
    • +
      +

      getUnmaskedValue

      +
      public String getUnmaskedValue(String paymentProductFieldId, + String value)
      +
      Removes the mask of a given value.
      +
      +
      Parameters:
      +
      paymentProductFieldId - the ID of the PaymentProductField that the value belongs to
      +
      value - the value that will be unmasked
      +
      Returns:
      +
      String with unmaskedValue, or null if there is no PaymentProductField found
      +
      +
      +
    • +
    • +
      +

      getValues

      +
      public Map<String,String> getValues()
      +
      Gets the map with all field values.
      +
      +
      Returns:
      +
      a Map of the PaymentProductField id and their corresponding values
      +
      +
      +
    • +
    • +
      +

      getUnmaskedValues

      +
      public Map<String,String> getUnmaskedValues()
      +
      Gets the map with all unmasked field values.
      +
      +
      Returns:
      +
      a Map of the PaymentProductField id and the corresponding unmasked value
      +
      +
      +
    • +
    • +
      +

      getMaskedValues

      +
      public Map<String,String> getMaskedValues()
      +
      Gets the map with all masked field values.
      +
      +
      Returns:
      +
      a Map of the PaymentProductField id and the corresponding masked value
      +
      +
      +
    • +
    • +
      +

      mergePaymentRequest

      +
      public void mergePaymentRequest(PaymentProduct paymentProduct)
      +
      Merges existing field values map with the current PaymentProduct values.
      +
      +
      Parameters:
      +
      paymentProduct - the PaymentProduct for which the field values should be merged with fieldValues
      +
      +
      +
    • +
    • +
      +

      setPaymentProduct

      +
      public void setPaymentProduct(PaymentProduct paymentProduct)
      +
      Sets the PaymentProduct for which the customer is going to do a payment.
      +
      +
      Parameters:
      +
      paymentProduct - the PaymentProduct for which the customer is going to do a payment
      +
      +
      +
    • +
    • +
      +

      setAccountOnFile

      +
      public void setAccountOnFile(AccountOnFile accountOnFile)
      +
      Sets which AccountOnFile is selected on the PaymentProduct selection page.
      +
      +
      Parameters:
      +
      accountOnFile - the selected AccountOnFile
      +
      +
      +
    • +
    • +
      +

      removeAccountOnFile

      +
      public void removeAccountOnFile()
      +
      +
    • +
    • +
      +

      getPaymentProduct

      +
      public PaymentProduct getPaymentProduct()
      +
      +
    • +
    • +
      +

      getAccountOnFile

      +
      public AccountOnFile getAccountOnFile()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PreparedPaymentRequest.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PreparedPaymentRequest.html new file mode 100644 index 0000000..5b083d6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PreparedPaymentRequest.html @@ -0,0 +1,183 @@ + + + + +PreparedPaymentRequest (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PreparedPaymentRequest

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PreparedPaymentRequest
+
+
+
+
@Deprecated +public class PreparedPaymentRequest +extends Object
+
Deprecated. +
use EncryptedPaymentRequest instead
+
+
Contains all encrypted PaymentRequest data needed for doing a payment.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PreparedPaymentRequest

      +
      public PreparedPaymentRequest(String encryptedFields, + String encodedClientMetaInfo)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getEncodedClientMetaInfo

      +
      public String getEncodedClientMetaInfo()
      +
      Deprecated.
      +
      +
    • +
    • +
      +

      getEncryptedFields

      +
      public String getEncryptedFields()
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PublicKeyResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PublicKeyResponse.html new file mode 100644 index 0000000..e9117ba --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/PublicKeyResponse.html @@ -0,0 +1,184 @@ + + + + +PublicKeyResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PublicKeyResponse

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse
+
+
+
+
public class PublicKeyResponse +extends Object
+
POJO that holds the PublicKey call response from the GC gateway.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PublicKeyResponse

      +
      public PublicKeyResponse(String keyId, + String publicKey)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getKeyId

      +
      public String getKeyId()
      +
      Gets the keyId.
      +
      +
      Returns:
      +
      String keyId
      +
      +
      +
    • +
    • +
      +

      getPublicKey

      +
      public PublicKey getPublicKey()
      +
      Gets the PublicKey.
      +
      +
      Returns:
      +
      PublicKey
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/Size.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/Size.html new file mode 100644 index 0000000..393b144 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/Size.html @@ -0,0 +1,170 @@ + + + + +Size (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.Size
+
+
+
+
public class Size +extends Object
+
POJO for getting scaled images.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getWidth

      +
      public Integer getWidth()
      +
      +
    • +
    • +
      +

      getHeight

      +
      public Integer getHeight()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatus.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatus.html new file mode 100644 index 0000000..79a00e1 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatus.html @@ -0,0 +1,234 @@ + + + + +ThirdPartyStatus (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ThirdPartyStatus

+
+
java.lang.Object +
java.lang.Enum<ThirdPartyStatus> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ThirdPartyStatus>, Constable
+
+
+
public enum ThirdPartyStatus +extends Enum<ThirdPartyStatus>
+
An enumeration of the possible statuses that a third party payment may be in.
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ThirdPartyStatus[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ThirdPartyStatus valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatusResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatusResponse.html new file mode 100644 index 0000000..5c03f0c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/ThirdPartyStatusResponse.html @@ -0,0 +1,168 @@ + + + + +ThirdPartyStatusResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ThirdPartyStatusResponse

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatusResponse
+
+
+
+
public class ThirdPartyStatusResponse +extends Object
+
POJO that holds the ThirdPartyStatus call response.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ThirdPartyStatusResponse

      +
      public ThirdPartyStatusResponse(ThirdPartyStatus thirdPartyStatus)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getThirdPartyStatus

      +
      public ThirdPartyStatus getThirdPartyStatus()
      +
      +
    • +
    • +
      +

      setThirdPartyStatus

      +
      public void setThirdPartyStatus(ThirdPartyStatus thirdPartyStatus)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetail.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetail.html new file mode 100644 index 0000000..0423e10 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetail.html @@ -0,0 +1,207 @@ + + + + +IinDetail (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class IinDetail +extends Object +implements Serializable
+
POJO that contains IinDetail.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IinDetail

      +
      public IinDetail()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPaymentProductId

      +
      public String getPaymentProductId()
      +
      +
    • +
    • +
      +

      isAllowedInContext

      +
      public boolean isAllowedInContext()
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsRequest.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsRequest.html new file mode 100644 index 0000000..9a421d5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsRequest.html @@ -0,0 +1,191 @@ + + + + +IinDetailsRequest (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsRequest
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class IinDetailsRequest +extends Object +implements Serializable
+
POJO that contains the request for IIN lookup.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IinDetailsRequest

      +
      public IinDetailsRequest(String ccPartial)
      +
      +
    • +
    • +
      +

      IinDetailsRequest

      +
      public IinDetailsRequest(String ccPartial, + PaymentContext paymentContext)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCcPartial

      +
      public String getCcPartial()
      +
      +
    • +
    • +
      +

      getPaymentContext

      +
      public PaymentContext getPaymentContext()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsResponse.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsResponse.html new file mode 100644 index 0000000..4bd0d3c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinDetailsResponse.html @@ -0,0 +1,260 @@ + + + + +IinDetailsResponse (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class IinDetailsResponse +extends Object +implements Serializable
+
POJO that contains the response for IIN lookup.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IinDetailsResponse

      +
      public IinDetailsResponse(IinStatus status)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPaymentProductId

      +
      public String getPaymentProductId()
      +
      +
    • +
    • +
      +

      getStatus

      +
      public IinStatus getStatus()
      +
      +
    • +
    • +
      +

      setStatus

      +
      public void setStatus(IinStatus status)
      +
      +
    • +
    • +
      +

      getCountryCode

      +
      public String getCountryCode()
      +
      +
    • +
    • +
      +

      isAllowedInContext

      +
      public boolean isAllowedInContext()
      +
      +
    • +
    • +
      +

      getCoBrands

      +
      public List<IinDetail> getCoBrands()
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    • +
      +

      getCountryCodeString

      +
      @Deprecated +public String getCountryCodeString()
      +
      Deprecated. +
      use getCountryCode() instead.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinStatus.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinStatus.html new file mode 100644 index 0000000..2bdeed6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/IinStatus.html @@ -0,0 +1,233 @@ + + + + +IinStatus (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
java.lang.Enum<IinStatus> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<IinStatus>, Constable
+
+
+
public enum IinStatus +extends Enum<IinStatus>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      SUPPORTED

      +
      public static final IinStatus SUPPORTED
      +
      +
    • +
    • +
      +

      UNKNOWN

      +
      public static final IinStatus UNKNOWN
      +
      +
    • +
    • +
      +

      NOT_ENOUGH_DIGITS

      +
      public static final IinStatus NOT_ENOUGH_DIGITS
      +
      +
    • +
    • +
      +

      EXISTING_BUT_NOT_ALLOWED

      +
      public static final IinStatus EXISTING_BUT_NOT_ALLOWED
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static IinStatus[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static IinStatus valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-summary.html new file mode 100644 index 0000000..effe735 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-summary.html @@ -0,0 +1,115 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-tree.html new file mode 100644 index 0000000..9aabb0b --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/iin/package-tree.html @@ -0,0 +1,87 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-summary.html new file mode 100644 index 0000000..ba3fd95 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-summary.html @@ -0,0 +1,163 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-tree.html new file mode 100644 index 0000000..6cfddb9 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/package-tree.html @@ -0,0 +1,98 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFile.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFile.html new file mode 100644 index 0000000..aeed09a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFile.html @@ -0,0 +1,215 @@ + + + + +AccountOnFile (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class AccountOnFile +extends Object +implements Serializable
+
POJO that represents an AccountOnFile object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccountOnFile

      +
      public AccountOnFile()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getId

      +
      public Integer getId()
      +
      +
    • +
    • +
      +

      getPaymentProductId

      +
      public String getPaymentProductId()
      +
      +
    • +
    • +
      +

      getDisplayHints

      +
      public DisplayHintsAccountOnFile getDisplayHints()
      +
      +
    • +
    • +
      +

      getAttributes

      +
      public List<KeyValuePair> getAttributes()
      +
      +
    • +
    • +
      +

      getLabel

      +
      public String getLabel()
      +
      Gets the label of this AccountOnFile based on the DisplayHints and the Attributes values
      +
      +
      Returns:
      +
      the label which can be displayed on an AccountOnFile selection screen
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFileDisplay.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFileDisplay.html new file mode 100644 index 0000000..7ef99d9 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AccountOnFileDisplay.html @@ -0,0 +1,183 @@ + + + + +AccountOnFileDisplay (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFileDisplay
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class AccountOnFileDisplay +extends Object +implements Serializable
+
POJO that represents an AccountOnFileDisplay object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccountOnFileDisplay

      +
      public AccountOnFileDisplay(String attributeKey, + String mask)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getKey

      +
      public String getKey()
      +
      +
    • +
    • +
      +

      getMask

      +
      public String getMask()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AuthenticationIndicator.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AuthenticationIndicator.html new file mode 100644 index 0000000..8f4995f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/AuthenticationIndicator.html @@ -0,0 +1,180 @@ + + + + +AuthenticationIndicator (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AuthenticationIndicator
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class AuthenticationIndicator +extends Object +implements Serializable
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AuthenticationIndicator

      +
      public AuthenticationIndicator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getName

      +
      public String getName()
      +
      +
    • +
    • +
      +

      getValue

      +
      public String getValue()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItem.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItem.html new file mode 100644 index 0000000..5538535 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItem.html @@ -0,0 +1,164 @@ + + + + +BasicPaymentItem (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+
All Superinterfaces:
+
Serializable
+
+
+
All Known Subinterfaces:
+
PaymentItem
+
+
+
All Known Implementing Classes:
+
BasicPaymentProduct, BasicPaymentProductGroup, PaymentProduct, PaymentProductGroup
+
+
+
public interface BasicPaymentItem +extends Serializable
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItems.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItems.html new file mode 100644 index 0000000..b8c1270 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentItems.html @@ -0,0 +1,215 @@ + + + + +BasicPaymentItems (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class BasicPaymentItems +extends Object +implements Serializable
+
POJO with convenience methods for getting BasicPaymentItem and AccountOnFile objects.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getBasicPaymentItems

      +
      public List<BasicPaymentItem> getBasicPaymentItems()
      +
      Gets all basicPaymentItems.
      +
      +
      Returns:
      +
      A sorted list of basicPaymentItems
      +
      +
      +
    • +
    • +
      +

      getBasicPaymentItemById

      +
      public BasicPaymentItem getBasicPaymentItemById(String basicPaymentItemId)
      +
      Gets a BasicPaymentItem by its id.
      +
      +
      Parameters:
      +
      basicPaymentItemId - the id of the BasicPaymentItem that should be retrieved
      +
      Returns:
      +
      the retrieved BasicPaymentItem, or null if not found
      +
      +
      +
    • +
    • +
      +

      getAccountsOnFile

      +
      public List<AccountOnFile> getAccountsOnFile()
      +
      Gets all AccountsOnFile for all BasicPaymentItems.
      +
      +
      Returns:
      +
      a list of all AccountsOnFile
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProduct.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProduct.html new file mode 100644 index 0000000..58f5af4 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProduct.html @@ -0,0 +1,372 @@ + + + + +BasicPaymentProduct (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
+
+
+
All Implemented Interfaces:
+
BasicPaymentItem, Serializable
+
+
+
Direct Known Subclasses:
+
PaymentProduct
+
+
+
public class BasicPaymentProduct +extends Object +implements BasicPaymentItem, Serializable
+
POJO which holds the BasicPaymentProduct properties.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BasicPaymentProduct

      +
      public BasicPaymentProduct()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroup.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroup.html new file mode 100644 index 0000000..b337b5f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroup.html @@ -0,0 +1,228 @@ + + + + +BasicPaymentProductGroup (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
+
+
+
All Implemented Interfaces:
+
BasicPaymentItem, Serializable
+
+
+
Direct Known Subclasses:
+
PaymentProductGroup
+
+
+
public class BasicPaymentProductGroup +extends Object +implements BasicPaymentItem, Serializable
+
POJO which holds the BasicPaymentProductGroup properties.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroups.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroups.html new file mode 100644 index 0000000..1155fa3 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProductGroups.html @@ -0,0 +1,229 @@ + + + + +BasicPaymentProductGroups (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class BasicPaymentProductGroups +extends Object +implements Serializable
+
POJO with convenience methods for getting BasicPaymentProductGroup and AccountOnFile objects.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BasicPaymentProductGroups

      +
      public BasicPaymentProductGroups()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getBasicPaymentProductGroups

      +
      public List<BasicPaymentProductGroup> getBasicPaymentProductGroups()
      +
      Gets all basicPaymentProductGroups
      +
      +
      Returns:
      +
      a sorted list of all basicPaymentProductGroups
      +
      +
      +
    • +
    • +
      +

      getAccountsOnFile

      +
      public List<AccountOnFile> getAccountsOnFile()
      +
      Gets all AccountsOnFile for all basicPaymentProductGroups
      +
      +
      Returns:
      +
      all AccountsOnFile for all basicPaymentProductGroups
      +
      +
      +
    • +
    • +
      +

      getPaymentProductGroupById

      +
      public BasicPaymentProductGroup getPaymentProductGroupById(String paymentProductGroupId)
      +
      Gets a BasicPaymentProductGroup by its id
      +
      +
      Parameters:
      +
      paymentProductGroupId - the id of the BasicPaymentProductGroup
      +
      Returns:
      +
      the retrieved BasicPaymentProductGroup, or null if not found
      +
      +
      +
    • +
    • +
      +

      getPaymentProductGroupsAsItems

      +
      public List<BasicPaymentItem> getPaymentProductGroupsAsItems()
      +
      Returns a list of basicPaymentItems instead of basicPaymentProducts
      +
      +
      Returns:
      +
      list of basicPaymentItems
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProducts.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProducts.html new file mode 100644 index 0000000..7240a9f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/BasicPaymentProducts.html @@ -0,0 +1,247 @@ + + + + +BasicPaymentProducts (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class BasicPaymentProducts +extends Object +implements Serializable
+
POJO with convenience methods for getting BasicPaymentProduct and AccountOnFile objects.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BasicPaymentProducts

      +
      public BasicPaymentProducts()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getBasicPaymentProducts

      +
      public List<BasicPaymentProduct> getBasicPaymentProducts()
      +
      Gets all basicPaymentProducts.
      +
      +
      Returns:
      +
      a sorted list of basicPaymentProducts
      +
      +
      +
    • +
    • +
      +

      getAccountsOnFile

      +
      public List<AccountOnFile> getAccountsOnFile()
      +
      Gets all AccountsOnFile for all BasicPaymentProducts.
      +
      +
      Returns:
      +
      a list of all AccountsOnFile
      +
      +
      +
    • +
    • +
      +

      getBasicPaymentProductById

      +
      public BasicPaymentProduct getBasicPaymentProductById(String basicPaymentProductId)
      +
      Gets a BasicPaymentProduct by its id
      +
      +
      Parameters:
      +
      basicPaymentProductId - the id of the BasicPaymentProduct that should be retrieved
      +
      Returns:
      +
      the retrieved BasicPaymentProduct, or null if not found
      +
      +
      +
    • +
    • +
      +

      getBasicPaymentProductByAccountOnFileId

      +
      public BasicPaymentProduct getBasicPaymentProductByAccountOnFileId(Integer accountOnFileId)
      +
      Gets a BasicPaymentProduct by its AccountOnFileId.
      +
      +
      Parameters:
      +
      accountOnFileId - the accountOnFileId for which the belonging BasicPaymentProduct should be retrieved
      +
      Returns:
      +
      the retrieved BasicPaymentProduct, or null if not found
      +
      +
      +
    • +
    • +
      +

      getPaymentProductsAsItems

      +
      public List<BasicPaymentItem> getPaymentProductsAsItems()
      +
      Returns a list of basicPaymentItems instead of basicPaymentProducts.
      +
      +
      Returns:
      +
      list of basicPaymentItems
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/DataRestrictions.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/DataRestrictions.html new file mode 100644 index 0000000..52c2acc --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/DataRestrictions.html @@ -0,0 +1,200 @@ + + + + +DataRestrictions (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class DataRestrictions +extends Object +implements Serializable
+
POJO that represents an Data restrictions object. + The DataRestrictions are used for validating user input.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataRestrictions

      +
      public DataRestrictions()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.ListType.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.ListType.html new file mode 100644 index 0000000..e164eac --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.ListType.html @@ -0,0 +1,250 @@ + + + + +FormElement.ListType (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
java.lang.Enum<FormElement.ListType> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<FormElement.ListType>, Constable
+
+
+
Enclosing class:
+
FormElement
+
+
+
public static enum FormElement.ListType +extends Enum<FormElement.ListType>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static FormElement.ListType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static FormElement.ListType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.html new file mode 100644 index 0000000..65b96c6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/FormElement.html @@ -0,0 +1,198 @@ + + + + +FormElement (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class FormElement +extends Object +implements Serializable
+
POJO that represents a FormElement object. + The FormElement is used for determining its list type (text, list, currency, date or boolean). + In case of a list, it also has values inside the valueMapping.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FormElement

      +
      public FormElement()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.Status.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.Status.html new file mode 100644 index 0000000..185ade3 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.Status.html @@ -0,0 +1,239 @@ + + + + +KeyValuePair.Status (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
java.lang.Enum<KeyValuePair.Status> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<KeyValuePair.Status>, Constable
+
+
+
Enclosing class:
+
KeyValuePair
+
+
+
public static enum KeyValuePair.Status +extends Enum<KeyValuePair.Status>
+
Enum containing all the possible KeyValuePair statuses
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static KeyValuePair.Status[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static KeyValuePair.Status valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      isEditingAllowed

      +
      public boolean isEditingAllowed()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.html new file mode 100644 index 0000000..8111209 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/KeyValuePair.html @@ -0,0 +1,262 @@ + + + + +KeyValuePair (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class KeyValuePair +extends Object +implements Serializable
+
POJO that represents an KeyValuePair object. + The KeyValuePairs contains the information from the AccountOnFile.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      KeyValuePair

      +
      public KeyValuePair()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getKey

      +
      public String getKey()
      +
      +
    • +
    • +
      +

      setKey

      +
      public void setKey(String key)
      +
      +
    • +
    • +
      +

      getValue

      +
      public String getValue()
      +
      +
    • +
    • +
      +

      setValue

      +
      public void setValue(String value)
      +
      +
    • +
    • +
      +

      getStatus

      +
      public KeyValuePair.Status getStatus()
      +
      +
    • +
    • +
      +

      setStatus

      +
      public void setStatus(KeyValuePair.Status status)
      +
      +
    • +
    • +
      +

      getMustWriteReason

      +
      public String getMustWriteReason()
      +
      +
    • +
    • +
      +

      setMustWriteReason

      +
      public void setMustWriteReason(String mustWriteReason)
      +
      +
    • +
    • +
      +

      isEditingAllowed

      +
      public boolean isEditingAllowed()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/MobileIntegrationLevel.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/MobileIntegrationLevel.html new file mode 100644 index 0000000..8ca16cc --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/MobileIntegrationLevel.html @@ -0,0 +1,226 @@ + + + + +MobileIntegrationLevel (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class MobileIntegrationLevel

+
+
java.lang.Object +
java.lang.Enum<MobileIntegrationLevel> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<MobileIntegrationLevel>, Constable
+
+
+
public enum MobileIntegrationLevel +extends Enum<MobileIntegrationLevel>
+
Enum containing all the possible Mobile Integration Levels.
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static MobileIntegrationLevel[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static MobileIntegrationLevel valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentItem.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentItem.html new file mode 100644 index 0000000..a1387d1 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentItem.html @@ -0,0 +1,137 @@ + + + + +PaymentItem (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+
All Superinterfaces:
+
BasicPaymentItem, Serializable
+
+
+
All Known Implementing Classes:
+
PaymentProduct, PaymentProductGroup
+
+
+
public interface PaymentItem +extends BasicPaymentItem, Serializable
+
POJO that represents a PaymentItem.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProduct.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProduct.html new file mode 100644 index 0000000..f0bf12f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProduct.html @@ -0,0 +1,211 @@ + + + + +PaymentProduct (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
+
+
+
+
All Implemented Interfaces:
+
BasicPaymentItem, PaymentItem, Serializable
+
+
+
public class PaymentProduct +extends BasicPaymentProduct +implements PaymentItem, Serializable
+
POJO which holds the BasicPaymentProduct data and its paymentProductFields.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProduct

      +
      public PaymentProduct()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.Type.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.Type.html new file mode 100644 index 0000000..62e8604 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.Type.html @@ -0,0 +1,259 @@ + + + + +PaymentProductField.Type (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class PaymentProductField.Type

+
+
java.lang.Object +
java.lang.Enum<PaymentProductField.Type> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<PaymentProductField.Type>, Constable
+
+
+
Enclosing class:
+
PaymentProductField
+
+
+
public static enum PaymentProductField.Type +extends Enum<PaymentProductField.Type>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static PaymentProductField.Type[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static PaymentProductField.Type valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html new file mode 100644 index 0000000..362df43 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html @@ -0,0 +1,342 @@ + + + + +PaymentProductField (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentProductField +extends Object +implements Serializable
+
Represents a PaymentProductField object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProductField

      +
      public PaymentProductField()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getId

      +
      public String getId()
      +
      +
    • +
    • +
      +

      getType

      +
      public PaymentProductField.Type getType()
      +
      +
    • +
    • +
      +

      getUsedForLookup

      +
      @Deprecated +public Boolean getUsedForLookup()
      +
      Deprecated. +
      Will be removed in a future release.
      +
      +
      +
    • +
    • +
      +

      getDisplayHints

      +
      public DisplayHintsProductFields getDisplayHints()
      +
      +
    • +
    • +
      +

      getDataRestrictions

      +
      public DataRestrictions getDataRestrictions()
      +
      +
    • +
    • +
      +

      validateValue

      +
      public List<ValidationErrorMessage> validateValue(PaymentRequest paymentRequest)
      +
      Gets all error message codes for the PaymentRequest's value. + This list is filled after doing isValid() on this field.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest which holds all the values that the payment will be made with
      +
      Returns:
      +
      a list of error messages that apply to this field. If the list is empty you can assume that the field value is a valid value
      +
      +
      +
    • +
    • +
      +

      applyMask

      +
      public FormatResult applyMask(String newValue, + String oldValue, + int start, + int count, + int after)
      +
      Applies a mask to a String, based on the previous value and splice information. + The result is a FormatResult object, that holds the masked String and the new cursor index. + This masker is meant for user input fields, where users are busy entering their information.
      +
      +
      Parameters:
      +
      newValue - the value that the mask will be applied to
      +
      oldValue - the value that was in the edit text, before characters were removed or added
      +
      start - the index of the start of the change
      +
      count - the number of characters that were removed
      +
      after - the number of characters that were added
      +
      Returns:
      +
      FormatResult that contains the masked String and the new cursor index
      +
      +
      +
    • +
    • +
      +

      applyMask

      +
      public FormatResult applyMask(String newValue, + String oldValue, + Integer cursorIndex)
      +
      Applies mask on a given String and calculates the new cursor index for the given newValue and oldValue.
      +
      +
      Parameters:
      +
      newValue - the value that the mask will be applied to
      +
      oldValue - the value that was in the edit text, before characters were removed or added
      +
      cursorIndex - the current cursor index
      +
      Returns:
      +
      FormatResult that contains the masked String and the new cursor index
      +
      +
      +
    • +
    • +
      +

      applyMask

      +
      public String applyMask(String value)
      +
      Applies mask on a given String.
      +
      +
      Parameters:
      +
      value - the String that the mask will be applied to
      +
      Returns:
      +
      the masked String value
      +
      +
      +
    • +
    • +
      +

      removeMask

      +
      public String removeMask(String value)
      +
      Removes mask on a given String.
      +
      +
      Parameters:
      +
      value - the value of which the mask will be removed
      +
      Returns:
      +
      the unmasked String value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType.html new file mode 100644 index 0000000..283065a --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType.html @@ -0,0 +1,245 @@ + + + + +PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType

+
+
java.lang.Object +
java.lang.Enum<PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType>, Constable
+
+
+
Enclosing class:
+
PaymentProductFieldDisplayElement
+
+
+
public static enum PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType +extends Enum<PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType>
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.html new file mode 100644 index 0000000..b081393 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductFieldDisplayElement.html @@ -0,0 +1,207 @@ + + + + +PaymentProductFieldDisplayElement (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PaymentProductFieldDisplayElement

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentProductFieldDisplayElement +extends Object +implements Serializable
+
POJO which holds a PaymentProductFieldDisplayElement.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductGroup.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductGroup.html new file mode 100644 index 0000000..0fb3832 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductGroup.html @@ -0,0 +1,193 @@ + + + + +PaymentProductGroup (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup
+
+
+
+
+
All Implemented Interfaces:
+
BasicPaymentItem, PaymentItem, Serializable
+
+
+
public class PaymentProductGroup +extends BasicPaymentProductGroup +implements PaymentItem, Serializable
+
POJO which holds the BasicPaymentProductGroup data and its paymentProductFields.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/Tooltip.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/Tooltip.html new file mode 100644 index 0000000..42f235d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/Tooltip.html @@ -0,0 +1,217 @@ + + + + +Tooltip (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class Tooltip +extends Object +implements Serializable
+
POJO that represents a Tooltip object. + Tooltips are payment product specific and are used to show extra information about an input field.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Tooltip

      +
      public Tooltip()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLabel

      +
      public String getLabel()
      +
      +
    • +
    • +
      +

      getImageURL

      +
      public String getImageURL()
      +
      +
    • +
    • +
      +

      getImage

      +
      @Deprecated +public String getImage()
      +
      Deprecated. +
      use getImageURL() instead.
      +
      +
      +
    • +
    • +
      +

      getImageDrawable

      +
      public android.graphics.drawable.Drawable getImageDrawable()
      +
      +
    • +
    • +
      +

      setImageDrawable

      +
      public void setImageDrawable(android.graphics.drawable.Drawable imageDrawable)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/ValueMap.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/ValueMap.html new file mode 100644 index 0000000..7d40f87 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/ValueMap.html @@ -0,0 +1,182 @@ + + + + +ValueMap (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.ValueMap
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ValueMap +extends Object +implements Serializable
+
POJO which holds the ValueMap data and its paymentProductFieldDisplayElements. + If the FormElement is a list, ValueMap is used to display a value and its displayElements.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValueMap

      +
      public ValueMap()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsAccountOnFile.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsAccountOnFile.html new file mode 100644 index 0000000..e0dffef --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsAccountOnFile.html @@ -0,0 +1,181 @@ + + + + +DisplayHintsAccountOnFile (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsAccountOnFile
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class DisplayHintsAccountOnFile +extends Object +implements Serializable
+
POJO that represents an DisplayHintsAccountOnFile object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DisplayHintsAccountOnFile

      +
      public DisplayHintsAccountOnFile()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsPaymentItem.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsPaymentItem.html new file mode 100644 index 0000000..08f8257 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsPaymentItem.html @@ -0,0 +1,226 @@ + + + + +DisplayHintsPaymentItem (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class DisplayHintsPaymentItem +extends Object +implements Serializable
+
POJO that represents an DisplayHintsPaymentItem object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DisplayHintsPaymentItem

      +
      public DisplayHintsPaymentItem()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDisplayOrder

      +
      public Integer getDisplayOrder()
      +
      +
    • +
    • +
      +

      getLabel

      +
      public String getLabel()
      +
      +
    • +
    • +
      +

      getLogo

      +
      public android.graphics.drawable.Drawable getLogo()
      +
      +
    • +
    • +
      +

      getLogoUrl

      +
      public String getLogoUrl()
      +
      +
    • +
    • +
      +

      setDisplayOrder

      +
      public void setDisplayOrder(Integer displayOrder)
      +
      +
    • +
    • +
      +

      setLogo

      +
      public void setLogo(android.graphics.drawable.Drawable logoDrawable)
      +
      +
    • +
    • +
      +

      setLogoUrl

      +
      public void setLogoUrl(String logoUrl)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.PreferredInputType.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.PreferredInputType.html new file mode 100644 index 0000000..67709d3 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.PreferredInputType.html @@ -0,0 +1,251 @@ + + + + +DisplayHintsProductFields.PreferredInputType (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class DisplayHintsProductFields.PreferredInputType

+
+
java.lang.Object +
java.lang.Enum<DisplayHintsProductFields.PreferredInputType> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<DisplayHintsProductFields.PreferredInputType>, Constable
+
+
+
Enclosing class:
+
DisplayHintsProductFields
+
+
+
public static enum DisplayHintsProductFields.PreferredInputType +extends Enum<DisplayHintsProductFields.PreferredInputType>
+
Enum containing all the possible input types.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.html new file mode 100644 index 0000000..c5dc8be --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/DisplayHintsProductFields.html @@ -0,0 +1,288 @@ + + + + +DisplayHintsProductFields (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class DisplayHintsProductFields +extends Object +implements Serializable
+
POJO that represents an DisplayHintsProductFields object.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DisplayHintsProductFields

      +
      public DisplayHintsProductFields()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getTooltip

      +
      public Tooltip getTooltip()
      +
      +
    • +
    • +
      +

      getDisplayOrder

      +
      public Integer getDisplayOrder()
      +
      +
    • +
    • +
      +

      getLabel

      +
      public String getLabel()
      +
      +
    • +
    • +
      +

      getPlaceholderLabel

      +
      public String getPlaceholderLabel()
      +
      +
    • +
    • +
      +

      getLink

      +
      public String getLink()
      +
      +
    • +
    • +
      +

      getMask

      +
      public String getMask()
      +
      +
    • +
    • +
      +

      getAlwaysShow

      +
      public Boolean getAlwaysShow()
      +
      +
    • +
    • +
      +

      isObfuscate

      +
      public Boolean isObfuscate()
      +
      +
    • +
    • +
      +

      getPreferredInputType

      +
      public DisplayHintsProductFields.PreferredInputType getPreferredInputType()
      +
      +
    • +
    • +
      +

      getFormElement

      +
      public FormElement getFormElement()
      +
      +
    • +
    • +
      +

      setFormElement

      +
      public void setFormElement(FormElement formElement)
      +
      +
    • +
    • +
      +

      getSerialversionuid

      +
      public static long getSerialversionuid()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-summary.html new file mode 100644 index 0000000..97c7fee --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-summary.html @@ -0,0 +1,117 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-tree.html new file mode 100644 index 0000000..c7e0f54 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/displayhints/package-tree.html @@ -0,0 +1,87 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-summary.html new file mode 100644 index 0000000..2b32245 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-summary.html @@ -0,0 +1,193 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-tree.html new file mode 100644 index 0000000..58e6106 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/package-tree.html @@ -0,0 +1,126 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+
    +
  • java.io.Serializable +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem +
        +
      • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentItem (also extends java.io.Serializable)
      • +
      +
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentItem (also extends com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem)
    • +
    +
  • +
+
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct302SpecificData.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct302SpecificData.html new file mode 100644 index 0000000..ac3a435 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct302SpecificData.html @@ -0,0 +1,172 @@ + + + + +PaymentProduct302SpecificData (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct302SpecificData
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentProduct302SpecificData +extends Object +implements Serializable
+
POJO which holds the payment product 302 specific properties.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProduct302SpecificData

      +
      public PaymentProduct302SpecificData()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getNetworks

      +
      public List<String> getNetworks()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct320SpecificData.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct320SpecificData.html new file mode 100644 index 0000000..8cccf08 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct320SpecificData.html @@ -0,0 +1,181 @@ + + + + +PaymentProduct320SpecificData (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct320SpecificData
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentProduct320SpecificData +extends Object +implements Serializable
+
POJO which holds the payment product 320 specific properties.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProduct320SpecificData

      +
      public PaymentProduct320SpecificData()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getGateway

      +
      public String getGateway()
      +
      +
    • +
    • +
      +

      getNetworks

      +
      public List<String> getNetworks()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct863SpecificData.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct863SpecificData.html new file mode 100644 index 0000000..24eaaa2 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/PaymentProduct863SpecificData.html @@ -0,0 +1,172 @@ + + + + +PaymentProduct863SpecificData (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct863SpecificData
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class PaymentProduct863SpecificData +extends Object +implements Serializable
+
POJO which holds the payment product 863 specific properties.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProduct863SpecificData

      +
      public PaymentProduct863SpecificData()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getIntegrationTypes

      +
      public List<String> getIntegrationTypes()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-summary.html new file mode 100644 index 0000000..3d7fa97 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-summary.html @@ -0,0 +1,107 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-tree.html new file mode 100644 index 0000000..f23f530 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/specificdata/package-tree.html @@ -0,0 +1,73 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/BoletoBancarioRequiredness.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/BoletoBancarioRequiredness.html new file mode 100644 index 0000000..76990d5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/BoletoBancarioRequiredness.html @@ -0,0 +1,173 @@ + + + + +BoletoBancarioRequiredness (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.BoletoBancarioRequiredness
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class BoletoBancarioRequiredness +extends Object +implements Serializable
+
POJO which holds the BoletoBancarioRequiredness data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BoletoBancarioRequiredness

      +
      public BoletoBancarioRequiredness()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getFiscalNumberLength

      +
      public Integer getFiscalNumberLength()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/EmailAddress.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/EmailAddress.html new file mode 100644 index 0000000..c7f5a8f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/EmailAddress.html @@ -0,0 +1,142 @@ + + + + +EmailAddress (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.EmailAddress
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class EmailAddress +extends Object +implements Serializable
+
POJO which holds the EmailAddress data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EmailAddress

      +
      public EmailAddress()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ExpirationDate.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ExpirationDate.html new file mode 100644 index 0000000..2bed642 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ExpirationDate.html @@ -0,0 +1,142 @@ + + + + +ExpirationDate (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ExpirationDate
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ExpirationDate +extends Object +implements Serializable
+
POJO which holds the ExpirationDate data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ExpirationDate

      +
      public ExpirationDate()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/FixedList.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/FixedList.html new file mode 100644 index 0000000..aa422b8 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/FixedList.html @@ -0,0 +1,173 @@ + + + + +FixedList (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.FixedList
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class FixedList +extends Object +implements Serializable
+
POJO which holds the FixedList data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FixedList

      +
      public FixedList()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAllowedValues

      +
      public List<String> getAllowedValues()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/IBAN.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/IBAN.html new file mode 100644 index 0000000..2d50841 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/IBAN.html @@ -0,0 +1,142 @@ + + + + +IBAN (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.IBAN
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class IBAN +extends Object +implements Serializable
+
POJO which holds the IBAN data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IBAN

      +
      public IBAN()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Length.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Length.html new file mode 100644 index 0000000..034a15b --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Length.html @@ -0,0 +1,182 @@ + + + + +Length (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Length
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class Length +extends Object +implements Serializable
+
POJO which holds the Length data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Length

      +
      public Length()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMinLength

      +
      public Integer getMinLength()
      +
      +
    • +
    • +
      +

      getMaxLength

      +
      public Integer getMaxLength()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Luhn.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Luhn.html new file mode 100644 index 0000000..c5a0f3d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Luhn.html @@ -0,0 +1,142 @@ + + + + +Luhn (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Luhn
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class Luhn +extends Object +implements Serializable
+
POJO which holds the Luhn data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Luhn

      +
      public Luhn()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Range.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Range.html new file mode 100644 index 0000000..271872d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Range.html @@ -0,0 +1,182 @@ + + + + +Range (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Range
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class Range +extends Object +implements Serializable
+
POJO which holds the Range data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Range

      +
      public Range()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMinValue

      +
      public Integer getMinValue()
      +
      +
    • +
    • +
      +

      getMaxValue

      +
      public Integer getMaxValue()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/RegularExpression.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/RegularExpression.html new file mode 100644 index 0000000..b0d9715 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/RegularExpression.html @@ -0,0 +1,173 @@ + + + + +RegularExpression (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.RegularExpression
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class RegularExpression +extends Object +implements Serializable
+
POJO which holds the RegularExpression data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RegularExpression

      +
      public RegularExpression()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getRegularExpression

      +
      public String getRegularExpression()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ResidentIdNumber.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ResidentIdNumber.html new file mode 100644 index 0000000..469ab8d --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/ResidentIdNumber.html @@ -0,0 +1,142 @@ + + + + +ResidentIdNumber (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ResidentIdNumber
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ResidentIdNumber +extends Object +implements Serializable
+
POJO which holds the ResidentIdNumber data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResidentIdNumber

      +
      public ResidentIdNumber()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/TermsAndConditions.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/TermsAndConditions.html new file mode 100644 index 0000000..264cb6c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/TermsAndConditions.html @@ -0,0 +1,142 @@ + + + + +TermsAndConditions (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.TermsAndConditions
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class TermsAndConditions +extends Object +implements Serializable
+
POJO which holds the TermsAndConditions data. + Used for validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TermsAndConditions

      +
      public TermsAndConditions()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Validator.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Validator.html new file mode 100644 index 0000000..88079bd --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/Validator.html @@ -0,0 +1,263 @@ + + + + +Validator (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class Validator +extends Object +implements Serializable
+
POJO which holds the Validator data. + Containing all the validation types.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Validator

      +
      public Validator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getExpirationDate

      +
      public ExpirationDate getExpirationDate()
      +
      +
    • +
    • +
      +

      getEmailAddress

      +
      public EmailAddress getEmailAddress()
      +
      +
    • +
    • +
      +

      getFixedList

      +
      public FixedList getFixedList()
      +
      +
    • +
    • +
      +

      getIBAN

      +
      public IBAN getIBAN()
      +
      +
    • +
    • +
      +

      getLength

      +
      public Length getLength()
      +
      +
    • +
    • +
      +

      getLuhn

      +
      public Luhn getLuhn()
      +
      +
    • +
    • +
      +

      getRange

      +
      public Range getRange()
      +
      +
    • +
    • +
      +

      getRegularExpression

      +
      public RegularExpression getRegularExpression()
      +
      +
    • +
    • +
      +

      getBoletoBancarioRequiredness

      +
      public BoletoBancarioRequiredness getBoletoBancarioRequiredness()
      +
      +
    • +
    • +
      +

      getTermsAndConditions

      +
      public TermsAndConditions getTermsAndConditions()
      +
      +
    • +
    • +
      +

      getResidentIdNumber

      +
      public ResidentIdNumber getResidentIdNumber()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-summary.html new file mode 100644 index 0000000..c0a6c89 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-summary.html @@ -0,0 +1,143 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-tree.html new file mode 100644 index 0000000..f84914e --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/validation/package-tree.html @@ -0,0 +1,82 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.BoletoBancarioRequiredness (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.EmailAddress (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ExpirationDate (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.FixedList (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.IBAN (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Length (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Luhn (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Range (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.RegularExpression (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ResidentIdNumber (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.TermsAndConditions (implements java.io.Serializable)
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator (implements java.io.Serializable)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/AbstractValidationRule.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/AbstractValidationRule.html new file mode 100644 index 0000000..ce4b255 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/AbstractValidationRule.html @@ -0,0 +1,190 @@ + + + + +AbstractValidationRule (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
Direct Known Subclasses:
+
ValidationRuleBoletoBancarioRequiredness, ValidationRuleEmailAddress, ValidationRuleExpirationDate, ValidationRuleFixedList, ValidationRuleIBAN, ValidationRuleLength, ValidationRuleLuhn, ValidationRuleRange, ValidationRuleRegex, ValidationRuleResidentIdNumber, ValidationRuleTermsAndConditions
+
+
+
public abstract class AbstractValidationRule +extends Object +implements Serializable, ValidationRule
+
Abstract class which contains functionality to handle validation.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractValidationRule

      +
      public AbstractValidationRule(String messageId, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMessageId

      +
      public String getMessageId()
      +
      +
    • +
    • +
      +

      getType

      +
      public ValidationType getType()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationErrorMessage.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationErrorMessage.html new file mode 100644 index 0000000..fc4192e --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationErrorMessage.html @@ -0,0 +1,194 @@ + + + + +ValidationErrorMessage (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationErrorMessage
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class ValidationErrorMessage +extends Object +implements Serializable
+
Contains error message information for a specific field.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationErrorMessage

      +
      public ValidationErrorMessage(String errorMessage, + String paymentProductFieldId, + ValidationRule rule)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getErrorMessage

      +
      public String getErrorMessage()
      +
      +
    • +
    • +
      +

      getPaymentProductFieldId

      +
      public String getPaymentProductFieldId()
      +
      +
    • +
    • +
      +

      getRule

      +
      public ValidationRule getRule()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRule.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRule.html new file mode 100644 index 0000000..83b503c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRule.html @@ -0,0 +1,131 @@ + + + + +ValidationRule (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+
All Known Implementing Classes:
+
AbstractValidationRule, ValidationRuleBoletoBancarioRequiredness, ValidationRuleEmailAddress, ValidationRuleExpirationDate, ValidationRuleFixedList, ValidationRuleIBAN, ValidationRuleLength, ValidationRuleLuhn, ValidationRuleRange, ValidationRuleRegex, ValidationRuleResidentIdNumber, ValidationRuleTermsAndConditions
+
+
+
public interface ValidationRule
+
Interface for ValidationRule.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    validate(PaymentRequest paymentRequest, + String fieldId)
    +
     
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleBoletoBancarioRequiredness.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleBoletoBancarioRequiredness.html new file mode 100644 index 0000000..09f16a0 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleBoletoBancarioRequiredness.html @@ -0,0 +1,213 @@ + + + + +ValidationRuleBoletoBancarioRequiredness (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationRuleBoletoBancarioRequiredness

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleBoletoBancarioRequiredness
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleBoletoBancarioRequiredness +extends AbstractValidationRule
+
Validation rule for Boleto Bancario.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleBoletoBancarioRequiredness

      +
      public ValidationRuleBoletoBancarioRequiredness(Integer fiscalNumberLengthToValidate, + String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that, if the field is required for the current FiscalNumber value, the value is not + null or empty.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true if the value in the field with fieldId is required (based on Fiscal Number), and is not empty
      +
      +
      +
    • +
    • +
      +

      isFieldRequired

      +
      public boolean isFieldRequired(PaymentRequest paymentRequest)
      +
      Validates if the field is required based on the length of the Fiscal Number field.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      Returns:
      +
      true if the current value in the Fiscal Number field has the length that was specified in + ValidationRuleBoletoBancarioRequiredness(Integer, String, ValidationType)
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleEmailAddress.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleEmailAddress.html new file mode 100644 index 0000000..9a15972 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleEmailAddress.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleEmailAddress (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationRuleEmailAddress

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleEmailAddress
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleEmailAddress +extends AbstractValidationRule
+
Validation rule for email address.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleEmailAddress

      +
      public ValidationRuleEmailAddress(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates an email address.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is a valid e-mail address; false, if it is not a valid email address or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleExpirationDate.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleExpirationDate.html new file mode 100644 index 0000000..86ce3ac --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleExpirationDate.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleExpirationDate (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationRuleExpirationDate

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleExpirationDate
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleExpirationDate +extends AbstractValidationRule
+
Validation rule for expiration date.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleExpirationDate

      +
      public ValidationRuleExpirationDate(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates an expiration date.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is a valid expiration date; false, if it is not a valid expiration date or the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleFixedList.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleFixedList.html new file mode 100644 index 0000000..c43f3d6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleFixedList.html @@ -0,0 +1,201 @@ + + + + +ValidationRuleFixedList (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleFixedList
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleFixedList +extends AbstractValidationRule
+
Validation rule for fixed list.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getListValues

      +
      public List<String> getListValues()
      +
      +
    • +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates a field value based on a list of possibilities.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is a value in the list; false, if it is not in the lost or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleIBAN.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleIBAN.html new file mode 100644 index 0000000..8346189 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleIBAN.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleIBAN (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleIBAN
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleIBAN +extends AbstractValidationRule
+
Validation rule for IBAN.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleIBAN

      +
      public ValidationRuleIBAN(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value in the field with ID fieldId is a valid IBAN.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is a proper IBAN; false, if it is not or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLength.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLength.html new file mode 100644 index 0000000..280c1c3 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLength.html @@ -0,0 +1,221 @@ + + + + +ValidationRuleLength (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleLength +extends AbstractValidationRule
+
Validation rule for length.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value has the desired length.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId has the correct length; false, if it is not of the correct length or if the fieldId could not be found.
      +
      +
      +
    • +
    • +
      +

      getMaxLength

      +
      public Integer getMaxLength()
      +
      +
    • +
    • +
      +

      getMinLength

      +
      public Integer getMinLength()
      +
      +
    • +
    • +
      +

      getMaskedMaxLength

      +
      public Integer getMaskedMaxLength()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLuhn.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLuhn.html new file mode 100644 index 0000000..ec2d976 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleLuhn.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleLuhn (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLuhn
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleLuhn +extends AbstractValidationRule
+
Validation rule for luhn check.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleLuhn

      +
      public ValidationRuleLuhn(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value in the field with fieldId passes the Luhn check.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId passes the Luhn check; false, if it doesn't or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRange.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRange.html new file mode 100644 index 0000000..6274335 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRange.html @@ -0,0 +1,212 @@ + + + + +ValidationRuleRange (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRange
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleRange +extends AbstractValidationRule
+
Validation rule for range.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value in the field with fieldId has a value within the set bounds.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is in the correct range; false, if it is out of bounds or if the fieldId could not be found
      +
      +
      +
    • +
    • +
      +

      getMinValue

      +
      public Integer getMinValue()
      +
      +
    • +
    • +
      +

      getMaxValue

      +
      public Integer getMaxValue()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRegex.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRegex.html new file mode 100644 index 0000000..98e45a4 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleRegex.html @@ -0,0 +1,192 @@ + + + + +ValidationRuleRegex (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRegex
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleRegex +extends AbstractValidationRule
+
Validation rule for regex.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value in the field with fieldId matches the regular expression of this validator.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId matches the regex; false, if it doesn't or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleResidentIdNumber.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleResidentIdNumber.html new file mode 100644 index 0000000..3cb4f2f --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleResidentIdNumber.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleResidentIdNumber (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationRuleResidentIdNumber

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleResidentIdNumber
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleResidentIdNumber +extends AbstractValidationRule
+
Validation rule for China Resident ID number
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleResidentIdNumber

      +
      public ValidationRuleResidentIdNumber(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the value in the field with fieldId is a valid Chinese Resident ID number.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is a valid Resident ID number; false, if the value does not pass the check or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleTermsAndConditions.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleTermsAndConditions.html new file mode 100644 index 0000000..2c3491c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationRuleTermsAndConditions.html @@ -0,0 +1,190 @@ + + + + +ValidationRuleTermsAndConditions (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationRuleTermsAndConditions

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleTermsAndConditions
+
+
+
+
+
All Implemented Interfaces:
+
ValidationRule, Serializable
+
+
+
public class ValidationRuleTermsAndConditions +extends AbstractValidationRule
+
Validation rule for terms and conditions.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationRuleTermsAndConditions

      +
      public ValidationRuleTermsAndConditions(String errorMessage, + ValidationType type)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public boolean validate(PaymentRequest paymentRequest, + String fieldId)
      +
      Validates that the terms and conditions have been accepted.
      +
      +
      Parameters:
      +
      paymentRequest - the fully filled PaymentRequest that will be used for doing a payment
      +
      fieldId - the ID of the field to which to apply the current validator
      +
      Returns:
      +
      true, if the value in the field with fieldId is true; false, if the value in the field is false or if the fieldId could not be found
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationType.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationType.html new file mode 100644 index 0000000..0e61143 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/ValidationType.html @@ -0,0 +1,306 @@ + + + + +ValidationType (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
java.lang.Enum<ValidationType> +
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ValidationType>, Constable
+
+
+
public enum ValidationType +extends Enum<ValidationType>
+
Enum containing all the validation types.
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      EXPIRATIONDATE

      +
      public static final ValidationType EXPIRATIONDATE
      +
      +
    • +
    • +
      +

      EMAILADDRESS

      +
      public static final ValidationType EMAILADDRESS
      +
      +
    • +
    • +
      +

      FIXEDLIST

      +
      public static final ValidationType FIXEDLIST
      +
      +
    • +
    • +
      +

      IBAN

      +
      public static final ValidationType IBAN
      +
      +
    • +
    • +
      +

      LENGTH

      +
      public static final ValidationType LENGTH
      +
      +
    • +
    • +
      +

      LUHN

      +
      public static final ValidationType LUHN
      +
      +
    • +
    • +
      +

      RANGE

      +
      public static final ValidationType RANGE
      +
      +
    • +
    • +
      +

      REGULAREXPRESSION

      +
      public static final ValidationType REGULAREXPRESSION
      +
      +
    • +
    • +
      +

      REQUIRED

      +
      public static final ValidationType REQUIRED
      +
      +
    • +
    • +
      +

      TYPE

      +
      public static final ValidationType TYPE
      +
      +
    • +
    • +
      +

      BOLETOBANCARIOREQUIREDNESS

      +
      public static final ValidationType BOLETOBANCARIOREQUIREDNESS
      +
      +
    • +
    • +
      +

      TERMSANDCONDITIONS

      +
      public static final ValidationType TERMSANDCONDITIONS
      +
      +
    • +
    • +
      +

      RESIDENTIDNUMBER

      +
      public static final ValidationType RESIDENTIDNUMBER
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ValidationType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ValidationType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-summary.html new file mode 100644 index 0000000..17fb63e --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-summary.html @@ -0,0 +1,161 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-tree.html new file mode 100644 index 0000000..b529dd5 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/model/validation/package-tree.html @@ -0,0 +1,106 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+
    +
  • com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRule
  • +
+
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-summary.html new file mode 100644 index 0000000..00f2e6e --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-summary.html @@ -0,0 +1,117 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-tree.html new file mode 100644 index 0000000..f0d61b8 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/package-tree.html @@ -0,0 +1,72 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.GooglePayUtil
    • +
    • com.ingenico.connect.gateway.sdk.client.android.sdk.Util
    • +
    +
  • +
+
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/Session.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/Session.html new file mode 100644 index 0000000..24e65c6 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/Session.html @@ -0,0 +1,670 @@ + + + + +Session (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
+
+
All Implemented Interfaces:
+
BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener, BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener, BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener, IinLookupAsyncTask.OnIinLookupCompleteListener, PaymentProductAsyncTask.OnPaymentProductCallCompleteListener, PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener, Serializable
+
+
+ +
Deprecated. +
Replaced by ClientApi. Obtain an instance by initializing ConnectSDK + and calling ConnectSDK.getClientApi().
+
+
Session contains all methods needed for making a payment.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.OnPaymentRequestPreparedListener.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.OnPaymentRequestPreparedListener.html new file mode 100644 index 0000000..ea6ce38 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.OnPaymentRequestPreparedListener.html @@ -0,0 +1,137 @@ + + + + +SessionEncryptionHelper.OnPaymentRequestPreparedListener (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SessionEncryptionHelper.OnPaymentRequestPreparedListener

+
+
+
+
Enclosing class:
+
SessionEncryptionHelper
+
+
+
@Deprecated +public static interface SessionEncryptionHelper.OnPaymentRequestPreparedListener
+
Deprecated. +
the result of a request is handled in the method itself.
+
+
Interface for OnPaymentRequestPreparedListener. + Is called from the Session when it has encrypted the given payment product fields and composed the PreparedPaymentRequest object with them.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Deprecated.
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onPaymentRequestPrepared

      +
      void onPaymentRequestPrepared(PreparedPaymentRequest preparedPaymentRequest)
      +
      Deprecated.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.html new file mode 100644 index 0000000..782740c --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/SessionEncryptionHelper.html @@ -0,0 +1,236 @@ + + + + +SessionEncryptionHelper (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SessionEncryptionHelper

+
+
java.lang.Object +
com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper
+
+
+
+
All Implemented Interfaces:
+
EncryptDataAsyncTask.OnEncryptDataCompleteListener, PublicKeyAsyncTask.OnPublicKeyLoadedListener
+
+
+ +
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
SessionEncryptionHelper contains methods needed to encrypt a Session related data.
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-summary.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-summary.html new file mode 100644 index 0000000..09fe561 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-summary.html @@ -0,0 +1,109 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.session (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.ingenico.connect.gateway.sdk.client.android.sdk.session

+
+
+
package com.ingenico.connect.gateway.sdk.client.android.sdk.session
+
+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-tree.html b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-tree.html new file mode 100644 index 0000000..05b0f35 --- /dev/null +++ b/apidocs/6.1.4/com/ingenico/connect/gateway/sdk/client/android/sdk/session/package-tree.html @@ -0,0 +1,78 @@ + + + + +com.ingenico.connect.gateway.sdk.client.android.sdk.session Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.ingenico.connect.gateway.sdk.client.android.sdk.session

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/constant-values.html b/apidocs/6.1.4/constant-values.html new file mode 100644 index 0000000..e87a3a4 --- /dev/null +++ b/apidocs/6.1.4/constant-values.html @@ -0,0 +1,178 @@ + + + + +Constant Field Values (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+

Contents

+ +
+
+
+

com.ingenico.*

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/deprecated-list.html b/apidocs/6.1.4/deprecated-list.html new file mode 100644 index 0000000..4ab8f25 --- /dev/null +++ b/apidocs/6.1.4/deprecated-list.html @@ -0,0 +1,429 @@ + + + + +Deprecated List (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Deprecated API

+

Contents

+ +
+ + + + + +
+
+
+ + diff --git a/apidocs/6.1.4/element-list b/apidocs/6.1.4/element-list new file mode 100644 index 0000000..fc0c301 --- /dev/null +++ b/apidocs/6.1.4/element-list @@ -0,0 +1,17 @@ +com.ingenico.connect.gateway.sdk.client.android.sdk +com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask +com.ingenico.connect.gateway.sdk.client.android.sdk.caching +com.ingenico.connect.gateway.sdk.client.android.sdk.communicate +com.ingenico.connect.gateway.sdk.client.android.sdk.configuration +com.ingenico.connect.gateway.sdk.client.android.sdk.encryption +com.ingenico.connect.gateway.sdk.client.android.sdk.exception +com.ingenico.connect.gateway.sdk.client.android.sdk.formatter +com.ingenico.connect.gateway.sdk.client.android.sdk.manager +com.ingenico.connect.gateway.sdk.client.android.sdk.model +com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata +com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation +com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation +com.ingenico.connect.gateway.sdk.client.android.sdk.session diff --git a/apidocs/6.1.4/help-doc.html b/apidocs/6.1.4/help-doc.html new file mode 100644 index 0000000..b756ecb --- /dev/null +++ b/apidocs/6.1.4/help-doc.html @@ -0,0 +1,191 @@ + + + + +API Help (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Deprecated API

+

The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

+
+
+

Constant Field Values

+

The Constant Field Values page lists the static final fields and their values.

+
+
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+ + diff --git a/apidocs/6.1.4/index-all.html b/apidocs/6.1.4/index-all.html new file mode 100644 index 0000000..1d06510 --- /dev/null +++ b/apidocs/6.1.4/index-all.html @@ -0,0 +1,2606 @@ + + + + +Index (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
AbstractValidationRule - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Abstract class which contains functionality to handle validation.
+
+
AbstractValidationRule(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule
+
 
+
ACCEPTABLE_WAIT_TIME_IN_MILISECONDS - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
AccountOnFile - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents an AccountOnFile object.
+
+
AccountOnFile() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
 
+
AccountOnFileDisplay - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents an AccountOnFileDisplay object.
+
+
AccountOnFileDisplay(String, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFileDisplay
+
 
+
addValidationRule(AbstractValidationRule) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
 
+
allowsInstallments() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
allowsRecurring() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
allowsTokenization() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
AmountOfMoney - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that contains money information for a payment.
+
+
AmountOfMoney(Long, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney
+
 
+
applyMask(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Applies mask on a given String.
+
+
applyMask(String, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
+
Applies the mask to the value.
+
+
applyMask(String, String, int, int, int) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Applies a mask to a String, based on the previous value and splice information.
+
+
applyMask(String, String, Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Applies mask on a given String and calculates the new cursor index for the given newValue and oldValue.
+
+
applyMask(String, String, String, int, int, int) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
+
Applies a mask to a String, based on the previous value and splice information.
+
+
applyMask(String, String, String, Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
+
Deprecated. +
the masking behaviour that is provided by StringFormatter.applyMask(String, String, String, int, int, int) provides a better user experience.
+
+
+
AssetManager - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.manager
+
+
Deprecated. +
this class will be removed in the future.
+
+
+
AuthenticationIndicator - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
AuthenticationIndicator() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AuthenticationIndicator
+
 
+
AUTHORIZED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
 
+
autoTokenized() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
+

B

+
+
BadPaymentItemException - Exception in com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
+
Deprecated. +
this class will be removed in the future.
+
+
+
BadPaymentItemException() - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.BadPaymentItemException
+
+
Deprecated.
+
BadPaymentItemException(String) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.BadPaymentItemException
+
+
Deprecated.
+
BadPaymentItemException(String, Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.BadPaymentItemException
+
+
Deprecated.
+
BadPaymentItemException(Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.BadPaymentItemException
+
+
Deprecated.
+
base64UrlEncode(byte[]) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptUtil
+
+
Deprecated.
+
Encodes a String with base64Url encoding.
+
+
BASIC_SUPPORT - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
 
+
BasicPaymentItem - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
BasicPaymentItems - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO with convenience methods for getting BasicPaymentItem and AccountOnFile objects.
+
+
BasicPaymentItems(List<BasicPaymentItem>, List<AccountOnFile>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems
+
 
+
BasicPaymentItemsAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+
+
BasicPaymentItemsAsyncTask(Context, PaymentContext, C2sCommunicator, List<BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener>, boolean) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask
+
+
Deprecated.
+
Create a BasicPaymentItemsAsyncTask
+
+
BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentItems(Success, ApiError, Failure) instead.
+
+
+
BasicPaymentProduct - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds the BasicPaymentProduct properties.
+
+
BasicPaymentProduct() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
BasicPaymentProductGroup - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds the BasicPaymentProductGroup properties.
+
+
BasicPaymentProductGroup() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
BasicPaymentProductGroups - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO with convenience methods for getting BasicPaymentProductGroup and AccountOnFile objects.
+
+
BasicPaymentProductGroups() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
 
+
BasicPaymentProductGroupsAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+
+
BasicPaymentProductGroupsAsyncTask(Context, PaymentContext, C2sCommunicator, List<BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask
+
+
Deprecated.
+
Create a BasicPaymentProductGroupsAsyncTask
+
+
BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductGroups(Success, ApiError, Failure) instead.
+
+
+
BasicPaymentProducts - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO with convenience methods for getting BasicPaymentProduct and AccountOnFile objects.
+
+
BasicPaymentProducts() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
 
+
BasicPaymentProductsAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+
+
BasicPaymentProductsAsyncTask(Context, PaymentContext, C2sCommunicator, List<BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask
+
+
Deprecated.
+
Create a BasicPaymentProductsAsyncTask
+
+
BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProducts(Success, ApiError, Failure) instead.
+
+
+
BoletoBancarioRequiredness - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the BoletoBancarioRequiredness data.
+
+
BoletoBancarioRequiredness() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.BoletoBancarioRequiredness
+
 
+
BOLETOBANCARIOREQUIREDNESS - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
BOOLEAN - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
 
+
BOOLEAN - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
+

C

+
+
C2sCommunicator - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.communicate
+
+
Deprecated. +
Use ClientApi instead.
+
+
+
C2sCommunicatorConfiguration - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.communicate
+
+
Deprecated. +
Use ConnectSDK and initialize using ConnectSDKConfiguration instead.
+
+
+
C2sCommunicatorConfiguration(String, String, String, String, boolean, String, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
Constructor, creates the C2SCommunicatorConfiguration object.
+
+
CacheHandler - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.caching
+
+
Deprecated. +
this class will be removed in a future release.
+
+
+
CacheHandler(Context) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
+
+
Deprecated.
+
Create CacheHandler
+
+
call() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask
+
+
Deprecated.
+
call() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask
+
+
Deprecated.
+
CAN_WRITE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk - package com.ingenico.connect.gateway.sdk.client.android.sdk
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask - package com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.caching - package com.ingenico.connect.gateway.sdk.client.android.sdk.caching
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.communicate - package com.ingenico.connect.gateway.sdk.client.android.sdk.communicate
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.configuration - package com.ingenico.connect.gateway.sdk.client.android.sdk.configuration
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.encryption - package com.ingenico.connect.gateway.sdk.client.android.sdk.encryption
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.exception - package com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.formatter - package com.ingenico.connect.gateway.sdk.client.android.sdk.formatter
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.manager - package com.ingenico.connect.gateway.sdk.client.android.sdk.manager
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model - package com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation - package com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
 
+
com.ingenico.connect.gateway.sdk.client.android.sdk.session - package com.ingenico.connect.gateway.sdk.client.android.sdk.session
+
 
+
CommunicationException - Exception in com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
+
Deprecated. +
this class will be removed in the future.
+
+
+
CommunicationException() - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.CommunicationException
+
+
Deprecated.
+
CommunicationException(String) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.CommunicationException
+
+
Deprecated.
+
CommunicationException(String, Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.CommunicationException
+
+
Deprecated.
+
CommunicationException(Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.CommunicationException
+
+
Deprecated.
+
COMPLETED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
 
+
Constants - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.configuration
+
 
+
Constants() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
 
+
convertAmount(Long, String, String, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Converts a given amount in cents from the given source currency to the given target currency.
+
+
convertAmount(Long, String, String, Context, ConvertAmountAsyncTask.OnAmountConvertedListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Converts a given amount in cents from the given source currency to the given target currency.
+
+
ConvertAmountAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+
+
ConvertAmountAsyncTask(Long, String, String, Context, C2sCommunicator, ConvertAmountAsyncTask.OnAmountConvertedListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask
+
+
Deprecated.
+
Create a ConvertAmountAsyncTask
+
+
ConvertAmountAsyncTask.OnAmountConvertedListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.convertAmount(String, String, long, Success, ApiError, Failure) instead.
+
+
+
ConvertedAmountResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that contains the response for a converted amount.
+
+
ConvertedAmountResponse(Long) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ConvertedAmountResponse
+
 
+
convertToNetworkRequestParameters() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
CURRENCY - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
 
+
CURRENCY - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
 
+
CustomerDetailsAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+
+
CustomerDetailsAsyncTask(Context, String, String, List<KeyValuePair>, C2sCommunicator, CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask
+
+
Deprecated.
+
Create CustomerDetailsAsyncTask
+
+
CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getCustomerDetails(String, String, List, Success, ApiError, Failure) instead.
+
+
+
CustomerDetailsRequest - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that holds the CustomerDetails call request.
+
+
CustomerDetailsRequest(String, List<KeyValuePair>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
 
+
CustomerDetailsResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that holds the CustomerDetails call response.
+
+
CustomerDetailsResponse() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
CustomerDetailsResponse(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
+

D

+
+
DataRestrictions - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents an Data restrictions object.
+
+
DataRestrictions() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
 
+
DATE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
 
+
DATE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
DATE_PICKER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
 
+
deviceFingerprintEnabled() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
DIRECTORY_IINRESPONSES - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
DIRECTORY_LOGOS - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
DirectoryEntry - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that contains the DirectoryEntry, which is used as a list type in a PaymentProductDirectoryResponse.
+
+
DirectoryEntry(String, String, String, ArrayList<String>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
 
+
DisplayHintsAccountOnFile - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
+
POJO that represents an DisplayHintsAccountOnFile object.
+
+
DisplayHintsAccountOnFile() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsAccountOnFile
+
 
+
DisplayHintsPaymentItem - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
+
POJO that represents an DisplayHintsPaymentItem object.
+
+
DisplayHintsPaymentItem() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
DisplayHintsProductFields - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
+
POJO that represents an DisplayHintsProductFields object.
+
+
DisplayHintsProductFields() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
DisplayHintsProductFields.PreferredInputType - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints
+
+
Enum containing all the possible input types.
+
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask
+
+
Deprecated.
+
doInBackground(String...) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask
+
+
Deprecated.
+
+

E

+
+
EMAIL_ADDRESS_KEYBOARD - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
 
+
EmailAddress - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the EmailAddress data.
+
+
EmailAddress() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.EmailAddress
+
 
+
EMAILADDRESS - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
ENABLE_REQUEST_LOGGING - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
encrypt(EncryptData) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.Encryptor
+
+
Deprecated.
+
Encrypts all payment product field values for the given paymentRequest as EncryptData.
+
+
EncryptData - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.encryption
+
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
+
EncryptData() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
EncryptDataAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
this class will be removed in the future.
+
+
+
EncryptDataAsyncTask(PublicKeyResponse, PaymentRequest, String, EncryptDataAsyncTask.OnEncryptDataCompleteListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask
+
+
Deprecated.
+
Create EncryptDataAsyncTask
+
+
EncryptDataAsyncTask.OnEncryptDataCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
this interface will be removed in the future.
+
+
+
EncryptDataException - Exception in com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
 
+
EncryptDataException() - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.EncryptDataException
+
 
+
EncryptDataException(String) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.EncryptDataException
+
 
+
EncryptDataException(String, Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.EncryptDataException
+
 
+
EncryptDataException(Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.EncryptDataException
+
 
+
Encryptor - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.encryption
+
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
+
Encryptor(PublicKeyResponse) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.Encryptor
+
+
Deprecated.
+
Create Encryptor
+
+
EncryptUtil - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.encryption
+
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
+
EncryptUtil() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptUtil
+
+
Deprecated.
+
environmentIsProduction() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
equals(Object) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
 
+
equals(Object) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
equals(Object) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
EXISTING_BUT_NOT_ALLOWED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
 
+
ExpirationDate - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the ExpirationDate data.
+
+
ExpirationDate() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ExpirationDate
+
 
+
EXPIRATIONDATE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
EXPIRYDATE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
+

F

+
+
FILENAME_IINRESPONSE_CACHE - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
FILENAME_LOGO_PREFIX - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
FISCAL_NUMBER_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Fiscal number field ID
+
+
FixedList - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the FixedList data.
+
+
FixedList() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.FixedList
+
 
+
FIXEDLIST - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
FormatResult - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
Result after a mask is applied on a field.
+
+
FormatResult(String, Integer) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.FormatResult
+
 
+
FormElement - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents a FormElement object.
+
+
FormElement() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement
+
 
+
FormElement.ListType - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
+

G

+
+
GC_GATEWAY_CONVERT_AMOUNT_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_CUSTOMERDETAILS_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_IIN_LOOKUP_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_PUBLIC_KEY_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_DIRECTORY_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_NETWORKS_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUP_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUPS_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTS_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
GC_GATEWAY_THIRDPARTYSTATUS_PATH - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
getAccountOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
 
+
getAccountOnFileById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getAccountOnFileById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
getAccountOnFileId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getAccountsOnFile() - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem
+
 
+
getAccountsOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems
+
+
Gets all AccountsOnFile for all BasicPaymentItems.
+
+
getAccountsOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getAccountsOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
getAccountsOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
+
Gets all AccountsOnFile for all basicPaymentProductGroups
+
+
getAccountsOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
Gets all AccountsOnFile for all BasicPaymentProducts.
+
+
getAcquirerCountry() - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem
+
 
+
getAcquirerCountry() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getAcquirerCountry() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
getAllowedValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.FixedList
+
 
+
getAlwaysShow() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getAmount() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney
+
 
+
getAmount() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
getAmountOfMoney() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
getAppIdentifier() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getAssetUrl() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
getAssetUrl() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getAssetUrl() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Returns the asset base URL that was used to create the Session.
+
+
getAttributes() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
 
+
getAuthenticationIndicator() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getBase64EncodedMetadata(Context, String) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated.
+
Returns base64 encoded version of a map of metadata of the device this SDK is running on.
+
+
getBase64EncodedMetadata(Context, String, String) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated.
+
Returns base64 encoded version of a map of metadata of the device this SDK is running on.
+
+
getBase64EncodedMetadata(Map<String, String>) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated.
+
Returns base64 encoded map of metadata.
+
+
getBaseUrl() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getBasicPaymentItemById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems
+
+
Gets a BasicPaymentItem by its id.
+
+
getBasicPaymentItems() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems
+
+
Gets all basicPaymentItems.
+
+
getBasicPaymentItems(Context, PaymentContext, BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener, boolean) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets all BasicPaymentItems for a given PaymentContext.
+
+
getBasicPaymentProductByAccountOnFileId(Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
Gets a BasicPaymentProduct by its AccountOnFileId.
+
+
getBasicPaymentProductById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
Gets a BasicPaymentProduct by its id
+
+
getBasicPaymentProductGroups() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
+
Gets all basicPaymentProductGroups
+
+
getBasicPaymentProductGroups(Context, PaymentContext, BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+ +
+
getBasicPaymentProductGroups(PaymentContext, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves a list of basic payment groups as BasicPaymentProductGroups from the GC gateway without any fields.
+
+
getBasicPaymentProducts() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
Gets all basicPaymentProducts.
+
+
getBasicPaymentProducts(Context, PaymentContext, BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+ +
+
getBasicPaymentProducts(PaymentContext, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves BasicPaymentProducts from the GC gateway without any fields.
+
+
getBoletoBancarioRequiredness() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getCcPartial() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsRequest
+
 
+
getCity() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getClientSessionId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getClientSessionId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getClientSessionId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Utility method for getting clientSessionId.
+
+
getCoBrands() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
getConvertedAmount() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ConvertedAmountResponse
+
 
+
getCountry() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getCountryCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
 
+
getCountryCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
getCountryCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
getCountryCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
getCountryCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
+
Deprecated. + +
+
+
getCountryCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
+
Deprecated. + +
+
+
getCountryCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
+
Deprecated. + +
+
+
getCountryCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
+
Deprecated. + +
+
+
getCountryNames() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
 
+
getCurrencyCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney
+
 
+
getCurrencyCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
getCurrencyCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney
+
+
Deprecated. + +
+
+
getCurrencyCodeString() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
+
Deprecated. + +
+
+
getCursorIndex() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.FormatResult
+
 
+
getCustomerDetails(Context, String, String, List<KeyValuePair>, CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets the CustomerDetails as a CustomerDetailsResponse from the GC gateway.
+
+
getCustomerDetails(String, String, List<KeyValuePair>, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves Customer Details from the GC gateway.
+
+
getCustomerId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getDataRestrictions() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
 
+
getDirectoryForPaymentProductId(String, String, String, Context, PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets PaymentProductDirectory as a PaymentProductDirectoryResponse from the GC gateway.
+
+
getDisplayElements() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.ValueMap
+
 
+
getDisplayHints() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
 
+
getDisplayHints() - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem
+
 
+
getDisplayHints() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getDisplayHints() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
getDisplayHints() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
 
+
getDisplayOrder() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
getDisplayOrder() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getEmailAddress() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getEmailAddress() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getEncodedClientMetaInfo() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PreparedPaymentRequest
+
+
Deprecated.
+
getEncryptedFields() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PreparedPaymentRequest
+
+
Deprecated.
+
getEntries() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentProductDirectoryResponse
+
 
+
getErrorMessage() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationErrorMessage
+
 
+
getExpirationDate() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getFieldsAsMap() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
+
Returns a Map of the fields, where the key is the fieldId.
+
+
getFieldsWarning() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
 
+
getFirstName() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getFiscalNumber() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getFiscalNumberLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.BoletoBancarioRequiredness
+
 
+
getFixedList() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getFormattedResult() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.FormatResult
+
 
+
getFormElement() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getGateway() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct320SpecificData
+
 
+
getHeight() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.Size
+
 
+
getIBAN() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
 
+
getId() - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItem
+
 
+
getId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroup
+
 
+
getId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
 
+
getId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement
+
 
+
getIinDetails(Context, String, IinLookupAsyncTask.OnIinLookupCompleteListener, PaymentContext) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets the IinDetails as a IinDetailsResponse for a given partial credit card number.
+
+
getIinResponsesFromCache() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
+
+
Deprecated.
+
Gets all cached IinDetailsResponses.
+
+
getImage() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
+
Deprecated. + +
+
+
getImageDrawable() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
 
+
getImageFromInternalStorage(String, Resources) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
+
+
Deprecated.
+
Retrieves an Image from the Internal Storage.
+
+
getImageURL() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
 
+
getInstance(Context) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.manager.AssetManager
+
+
Deprecated.
+
Gets Singleton instance of this AssetManager.
+
+
getInstance(C2sCommunicator) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets instance of the Session.
+
+
getInstance(C2sCommunicatorConfiguration) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Get C2sCommunicator instance.
+
+
getIntegrationTypes() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct863SpecificData
+
 
+
getIpAddress() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
getIsRecurring() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
getIssuerId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
 
+
getIssuerList() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
 
+
getIssuerName() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.DirectoryEntry
+
 
+
getKey() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFileDisplay
+
 
+
getKey() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
getKeyId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse
+
+
Gets the keyId.
+
+
getLabel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
+
Gets the label of this AccountOnFile based on the DisplayHints and the Attributes values
+
+
getLabel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
getLabel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getLabel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
 
+
getLabelTemplate() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsAccountOnFile
+
 
+
getLanguageCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getLink() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getListValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleFixedList
+
 
+
getLocale() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
getLogo() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsAccountOnFile
+
 
+
getLogo() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
getLogo(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.manager.AssetManager
+
+
Deprecated.
+
Retrieves a logo for the given paymentProductId.
+
+
getLogoUrl() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
getLuhn() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getMapFromSharedPreferences(String, Context, Type, Map<K, V>) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
Deprecated.
+
Get map from SharedPreferences.
+
+
getMask() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFileDisplay
+
 
+
getMask() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getMaskedMaxLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
 
+
getMaskedValue(String, String, String, Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Gets masked value for the given newValue and oldValue with the mask of the PaymentProductField with the corresponding paymentProductFieldId.
+
+
getMaskedValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Gets the map with all masked field values.
+
+
getMaxAmount() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getMaxLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Length
+
 
+
getMaxLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
 
+
getMaxValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Range
+
 
+
getMaxValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRange
+
 
+
getMessageId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule
+
 
+
getMetadata(Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Returns a map of metadata of the device this SDK is running on.
+
+
getMetadata(Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
Returns a map of metadata of the device this SDK is running on.
+
+
getMetadata(Context) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated. + +
+
+
getMetadata(Context, String, String) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated.
+
Returns map of metadata of the device this SDK is running on.
+
+
getMinAmount() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getMinLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Length
+
 
+
getMinLength() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
 
+
getMinValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Range
+
 
+
getMinValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRange
+
 
+
getMustWriteReason() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
getName() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AuthenticationIndicator
+
 
+
getNetworks() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct302SpecificData
+
 
+
getNetworks() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct320SpecificData
+
 
+
getNonce() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getPaymentContext() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsRequest
+
 
+
getPaymentMethod() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getPaymentProduct() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
 
+
getPaymentProduct(Context, String, PaymentContext, PaymentProductAsyncTask.OnPaymentProductCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets PaymentProduct with fields by product id.
+
+
getPaymentProduct(String, Context, PaymentContext) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves a single PaymentProduct from the GC gateway including all its fields.
+
+
getPaymentProduct302SpecificData() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getPaymentProduct320SpecificData() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getPaymentProduct863SpecificData() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getPaymentProductDirectory(String, String, String, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves a list of directory entries as a PaymentProductDirectoryResponse for a given product id.
+
+
getPaymentProductFieldById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
 
+
getPaymentProductFieldById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup
+
 
+
getPaymentProductFieldId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationErrorMessage
+
 
+
getPaymentProductFields() - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentItem
+
 
+
getPaymentProductFields() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
 
+
getPaymentProductFields() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup
+
 
+
getPaymentProductGroup() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
getPaymentProductGroup(Context, String, PaymentContext, PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Gets PaymentProductGroup with fields from the GC gateway.
+
+
getPaymentProductGroup(String, Context, PaymentContext) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves a single PaymentProductGroup from the GC gateway including all its fields.
+
+
getPaymentProductGroupById(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
+
Gets a BasicPaymentProductGroup by its id
+
+
getPaymentProductGroupsAsItems() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups
+
+
Returns a list of basicPaymentItems instead of basicPaymentProducts
+
+
getPaymentProductId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getPaymentProductId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
 
+
getPaymentProductId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
getPaymentProductId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
getPaymentProductId() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile
+
 
+
getPaymentProductIdByCreditCardNumber(String, Context, PaymentContext) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves the IIN details as a IinDetailsResponse for the entered partial credit card number.
+
+
getPaymentProductsAsItems() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts
+
+
Returns a list of basicPaymentItems instead of basicPaymentProducts.
+
+
getPaymentValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getPhoneNumber() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getPlaceholderLabel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getPreferredInputType() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getPublicKey() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse
+
+
Gets the PublicKey.
+
+
getPublicKey(Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves the public key as a PublicKeyResponse from the GC gateway.
+
+
getPublicKey(Context, PublicKeyAsyncTask.OnPublicKeyLoadedListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Retrieves the public key as a PublicKeyResponse from the GC gateway.
+
+
getRange() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getRegularExpression() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.RegularExpression
+
 
+
getRegularExpression() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getResidentIdNumber() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getRule() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationErrorMessage
+
 
+
getSerialversionuid() - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getStatus() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
getStatus() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
getStreet() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getSurname() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
getTermsAndConditions() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
getThirdPartyStatus() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatusResponse
+
 
+
getThirdPartyStatus(Context, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Retrieves the third party status as a ThirdPartyStatusResponse for a given payment.
+
+
getThirdPartyStatus(Context, String, ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Retrieves the ThirdPartyStatus as a ThirdPartyStatusResponse of a payment that is being processed with a third party.
+
+
getTokenize() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
getTokenize() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Get the value of tokenize.
+
+
getTooltip() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
getType() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement
+
 
+
getType() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
 
+
getType() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement
+
 
+
getType() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule
+
 
+
getUnmaskedValue(String, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Removes the mask of a given value.
+
+
getUnmaskedValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Gets the map with all unmasked field values.
+
+
getUsedForLookup() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
getValidationRules() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
 
+
getValidator() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
 
+
getValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AuthenticationIndicator
+
 
+
getValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
getValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement
+
 
+
getValue() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.ValueMap
+
 
+
getValue(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Gets the value of given paymentProductFieldId.
+
+
getValueFromSharedPreferences(String, Context, Class<T>) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
Deprecated.
+
Get value from SharedPreferences.
+
+
getValueMapping() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement
+
 
+
getValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
 
+
getValues() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Gets the map with all field values.
+
+
getWidth() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.Size
+
 
+
getZip() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
GOOGLE_API_VERSION - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
 
+
GOOGLE_PAY_TOKEN_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
 
+
GooglePayUtil - Class in com.ingenico.connect.gateway.sdk.client.android.sdk
+
+
Util class containing Google Pay related methods.
+
+
+

H

+
+
hashCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
 
+
hashCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
hashCode() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
+

I

+
+
IBAN - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the IBAN data.
+
+
IBAN - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
IBAN() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.IBAN
+
 
+
IinDetail - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
+
POJO that contains IinDetail.
+
+
IinDetail() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
 
+
IinDetailsRequest - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
+
POJO that contains the request for IIN lookup.
+
+
IinDetailsRequest(String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsRequest
+
 
+
IinDetailsRequest(String, PaymentContext) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsRequest
+
 
+
IinDetailsResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
+
POJO that contains the response for IIN lookup.
+
+
IinDetailsResponse(IinStatus) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
IinLookupAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+
+
IinLookupAsyncTask(Context, String, C2sCommunicator, List<IinLookupAsyncTask.OnIinLookupCompleteListener>, PaymentContext) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask
+
+
Deprecated.
+
Create IinLookupAsyncTask
+
+
IinLookupAsyncTask.OnIinLookupCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getIINDetails(String, Success, ApiError, Failure) instead.
+
+
+
IinStatus - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin
+
 
+
INITIALIZED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
 
+
initWithClientSessionId(String, String, String, String, boolean, String) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
Convenience method for creating a Session without a given ipAddress
+
+
initWithClientSessionId(String, String, String, String, boolean, String, String) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration
+
+
Deprecated.
+
Convenience method for creating a Session with a given ipAddress
+
+
INSTALLMENTPLAN_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
INTEGER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
INTEGER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
 
+
INTEGER_KEYBOARD - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
 
+
isAllowedInContext() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetail
+
 
+
isAllowedInContext() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
isEditingAllowed() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
isEditingAllowed() - Method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
 
+
isEnvironmentTypeProduction() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator
+
+
Deprecated.
+
Checks whether the EnvironmentType is set to production or not.
+
+
isEnvironmentTypeProduction() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Checks whether the EnvironmentType is set to production or not.
+
+
isFieldRequired(PaymentRequest) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleBoletoBancarioRequiredness
+
+
Validates if the field is required based on the length of the Fiscal Number field.
+
+
isForceBasicFlow() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
isGooglePayAllowed(Context, C2sCommunicator, BasicPaymentProduct) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.GooglePayUtil
+
+ +
+
isGooglePayAllowed(BasicPaymentProduct) - Static method in class com.ingenico.connect.gateway.sdk.client.android.sdk.GooglePayUtil
+
+
Check whether or not Google Pay is allowed by creating an IsReadyToPayRequest containing minimal information and sending it to Google through the Google Pay PaymentsClient.
+
+
isObfuscate() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
isRecurring() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
isRequired() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
+
 
+
+

K

+
+
KeyValuePair - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents an KeyValuePair object.
+
+
KeyValuePair() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
KeyValuePair.Status - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
Enum containing all the possible KeyValuePair statuses
+
+
+

L

+
+
Length - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the Length data.
+
+
Length() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Length
+
 
+
LENGTH - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
LINK_PLACEHOLDER - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Link placeholder for label texts
+
+
LIST - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
 
+
LoadImageAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+
+
LoadImageAsyncTask(String, String, Context, Map<String, String>, String, LoadImageAsyncTask.OnImageLoadedListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask
+
+
Deprecated.
+
Create LoadImageAsyncTask
+
+
LoadImageAsyncTask.OnImageLoadedListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getDrawableFromUrl(String, Success, Failure) instead.
+
+
+
Luhn - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the Luhn data.
+
+
Luhn() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Luhn
+
 
+
LUHN - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
+

M

+
+
mergePaymentRequest(PaymentProduct) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Merges existing field values map with the current PaymentProduct values.
+
+
mobileIntegrationLevel() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
MobileIntegrationLevel - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
Enum containing all the possible Mobile Integration Levels.
+
+
MUST_WRITE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
 
+
+

N

+
+
NO_SUPPORT - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
 
+
NOT_ENOUGH_DIGITS - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
 
+
NUMERICSTRING - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
+

O

+
+
OnAmountConverted(Long) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask.OnAmountConvertedListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onBasicPaymentItemsCallComplete(BasicPaymentItems) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onBasicPaymentItemsCallComplete(BasicPaymentItems) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved BasicPaymentItems from the GC gateway.
+
+
onBasicPaymentProductGroupsCallComplete(BasicPaymentProductGroups) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onBasicPaymentProductGroupsCallComplete(BasicPaymentProductGroups) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved BasicPaymentProductGroups from the GC gateway.
+
+
onBasicPaymentProductsCallComplete(BasicPaymentProducts) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onBasicPaymentProductsCallComplete(BasicPaymentProducts) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved BasicPaymentProducts from the GC gateway.
+
+
onCustomerDetailsCallComplete(CustomerDetailsResponse) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onEncryptDataComplete(String) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask.OnEncryptDataCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onEncryptDataComplete(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper
+
+
Deprecated.
+
Listener for encrypting data.
+
+
onIinLookupComplete(IinDetailsResponse) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask.OnIinLookupCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onIinLookupComplete(IinDetailsResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved IinDetailsResponse from the GC gateway.
+
+
onImageLoaded(Drawable, String, Map<String, String>, String) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask.OnImageLoadedListener
+
+
Deprecated.
+
onImageLoaded(Drawable, String, Map<String, String>, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.manager.AssetManager
+
+
Deprecated.
+
onPaymentProductCallComplete(PaymentProduct) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask.OnPaymentProductCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onPaymentProductCallComplete(PaymentProduct) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved PaymentProduct from the GC gateway.
+
+
onPaymentProductDirectoryCallComplete(PaymentProductDirectoryResponse) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onPaymentProductGroupCallComplete(PaymentProductGroup) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
onPaymentProductGroupCallComplete(PaymentProductGroup) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Listener for retrieved PaymentProductGroup from the GC gateway.
+
+
onPaymentRequestPrepared(PreparedPaymentRequest) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper.OnPaymentRequestPreparedListener
+
+
Deprecated.
+
onPostExecute(Drawable) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask
+
+
Deprecated.
+
onPostExecute(CustomerDetailsResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask
+
+
Deprecated.
+
onPostExecute(IinDetailsResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask
+
+
Deprecated.
+
onPostExecute(BasicPaymentItems) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask
+
+
Deprecated.
+
onPostExecute(BasicPaymentProductGroups) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask
+
+
Deprecated.
+
onPostExecute(BasicPaymentProducts) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask
+
+
Deprecated.
+
onPostExecute(PaymentProduct) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask
+
+
Deprecated.
+
onPostExecute(PaymentProductGroup) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask
+
+
Deprecated.
+
onPostExecute(PaymentProductDirectoryResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask
+
+
Deprecated.
+
onPostExecute(PublicKeyResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask
+
+
Deprecated.
+
onPostExecute(ThirdPartyStatus) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask
+
+
Deprecated.
+
onPostExecute(Long) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask
+
+
Deprecated.
+
onPostExecute(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask
+
+
Deprecated.
+
onPublicKeyLoaded(PublicKeyResponse) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask.OnPublicKeyLoadedListener
+
+
Deprecated.
+
Listener that is called when publickey is loaded.
+
+
onPublicKeyLoaded(PublicKeyResponse) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper
+
+
Deprecated.
+
Listener for loaded public key as PublicKeyResponse from the GC gateway.
+
+
onThirdPartyStatusCallComplete(ThirdPartyStatus) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener
+
+
Deprecated.
+
Invoked when async task was successful and data is available.
+
+
OPTIMISED_SUPPORT - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
 
+
+

P

+
+
PaymentContext - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that contains PaymentContext information.
+
+
PaymentContext() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
PaymentContext(AmountOfMoney, String, boolean) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
PaymentContext(AmountOfMoney, String, boolean, Locale) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
PaymentItem - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents a PaymentItem.
+
+
PaymentItemCacheKey - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO which holds the PaymentProductCacheKey data.
+
+
PaymentItemCacheKey(Long, String, String, boolean, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentItemCacheKey
+
 
+
PaymentProduct - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds the BasicPaymentProduct data and its paymentProductFields.
+
+
PaymentProduct() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
 
+
PaymentProduct302SpecificData - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata
+
+
POJO which holds the payment product 302 specific properties.
+
+
PaymentProduct302SpecificData() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct302SpecificData
+
 
+
PaymentProduct320SpecificData - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata
+
+
POJO which holds the payment product 320 specific properties.
+
+
PaymentProduct320SpecificData() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct320SpecificData
+
 
+
PaymentProduct863SpecificData - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata
+
+
POJO which holds the payment product 863 specific properties.
+
+
PaymentProduct863SpecificData() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata.PaymentProduct863SpecificData
+
 
+
PaymentProductAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+
+
PaymentProductAsyncTask(Context, String, PaymentContext, C2sCommunicator, List<PaymentProductAsyncTask.OnPaymentProductCallCompleteListener>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask
+
+
Deprecated.
+
Create PaymentProductAsyncTask
+
+
PaymentProductAsyncTask.OnPaymentProductCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProduct(String, Success, ApiError, Failure) instead.
+
+
+
PaymentProductDirectoryAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+
+
PaymentProductDirectoryAsyncTask(String, String, String, Context, C2sCommunicator, PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask
+
+
Deprecated.
+
Create PaymentProductDirectoryAsyncTask
+
+
PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductDirectory(String, Success, ApiError, Failure) instead.
+
+
+
PaymentProductDirectoryResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that contains the response for PaymentProductDirectory lookup.
+
+
PaymentProductDirectoryResponse(ArrayList<DirectoryEntry>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentProductDirectoryResponse
+
 
+
PaymentProductField - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
Represents a PaymentProductField object.
+
+
PaymentProductField() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
 
+
PaymentProductField.Type - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
PaymentProductFieldDisplayElement - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds a PaymentProductFieldDisplayElement.
+
+
PaymentProductFieldDisplayElement() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement
+
 
+
PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
 
+
PaymentProductGroup - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds the BasicPaymentProductGroup data and its paymentProductFields.
+
+
PaymentProductGroup() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup
+
 
+
PaymentProductGroupAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+
+
PaymentProductGroupAsyncTask(Context, String, PaymentContext, C2sCommunicator, List<PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener>) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask
+
+
Deprecated.
+
Create PaymentProductGroupAsyncTask
+
+
PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPaymentProductGroup(String, Success, ApiError, Failure) instead.
+
+
+
PAYMENTPRODUCTGROUPID_CARDS - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Cards Group ID
+
+
PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
PAYMENTPRODUCTID_AFTERPAY_INVOICE - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
PAYMENTPRODUCTID_APPLEPAY - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Apple Pay product ID
+
+
PAYMENTPRODUCTID_BanContact - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
BanContact product ID
+
+
PAYMENTPRODUCTID_BCMC - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. + +
+
+
PAYMENTPRODUCTID_BOLETOBANCARIO - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Boleto Bancario product ID
+
+
PAYMENTPRODUCTID_GOOGLEPAY - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Google Pay product ID
+
+
PaymentRequest - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
Contains all payment request data needed for doing a payment.
+
+
PaymentRequest() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
 
+
PERCENTAGE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
 
+
PHONE_NUMBER_KEYBOARD - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
 
+
Preferences - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.caching
+
+
Deprecated. +
this class will be removed in a future release.
+
+
+
Preferences() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
Deprecated.
+
PREFERENCES_LOGO_MAP - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
PREFERENCES_NAME - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
PreparedPaymentRequest - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
Deprecated. +
use EncryptedPaymentRequest instead
+
+
+
PreparedPaymentRequest(String, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PreparedPaymentRequest
+
+
Deprecated.
+
preparePaymentRequest(PaymentRequest, Context, SessionEncryptionHelper.OnPaymentRequestPreparedListener) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Prepares a PreparedPaymentRequest from the supplied PaymentRequest.
+
+
PublicKeyAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+
+
PublicKeyAsyncTask(Context, C2sCommunicator, PublicKeyAsyncTask.OnPublicKeyLoadedListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask
+
+
Deprecated.
+
Create PublicKeyAsyncTask
+
+
PublicKeyAsyncTask.OnPublicKeyLoadedListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getPublicKey(Success, ApiError, Failure) instead.
+
+
+
PublicKeyResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that holds the PublicKey call response from the GC gateway.
+
+
PublicKeyResponse(String, String) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse
+
 
+
+

R

+
+
Range - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the Range data.
+
+
Range() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Range
+
 
+
RANGE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
READ_ONLY - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
 
+
RegularExpression - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the RegularExpression data.
+
+
RegularExpression() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.RegularExpression
+
 
+
REGULAREXPRESSION - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
removeAccountOnFile() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
 
+
removeMask(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Removes mask on a given String.
+
+
removeMask(String, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
+
Removes the mask on a given value.
+
+
removeValue(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Removes the value of given paymentProductFieldId.
+
+
removeValueFromSharedPreferences(String, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
Deprecated.
+
Remove key/value from SharedPreferences.
+
+
REQUIRED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
ResidentIdNumber - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the ResidentIdNumber data.
+
+
ResidentIdNumber() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.ResidentIdNumber
+
 
+
RESIDENTIDNUMBER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
+

S

+
+
saveImageOnInternalStorage(String, Drawable) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.CacheHandler
+
+
Deprecated.
+
Saves an Image to the Internal Storage.
+
+
SDK_CREATOR - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
SDK creator
+
+
SDK_IDENTIFIER - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
SDK version
+
+
Session - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.session
+
+
Deprecated. +
Replaced by ClientApi. Obtain an instance by initializing ConnectSDK + and calling ConnectSDK.getClientApi().
+
+
+
SessionEncryptionHelper - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.session
+
+
Deprecated. +
This class will become internal to the SDK. Use ConnectSDK.encryptPaymentRequest(PaymentRequest, Success, Failure) for encryption instead.
+
+
+
SessionEncryptionHelper(PaymentRequest, String, Map<String, String>, SessionEncryptionHelper.OnPaymentRequestPreparedListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper
+
+
Deprecated.
+
Helper for encrypting the PaymentRequest.
+
+
SessionEncryptionHelper.OnPaymentRequestPreparedListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.session
+
+
Deprecated. +
the result of a request is handled in the method itself.
+
+
+
setAccountOnFile(AccountOnFile) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Sets which AccountOnFile is selected on the PaymentProduct selection page.
+
+
setAccountOnFileId(Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setAmountOfMoney(AmountOfMoney) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
setCity(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setClientSessionId(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setClientSessionId(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.session.Session
+
+
Deprecated.
+
Utility method for setting clientSessionId.
+
+
setCountry(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setCountryCode(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
 
+
setCountryCode(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
setDisplayOrder(Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
setEmailAddress(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setFirstName(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setFiscalNumber(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setForceBasicFlow(Boolean) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
setFormElement(FormElement) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields
+
 
+
setImageDrawable(Drawable) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
 
+
setIsRecurring(Boolean) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
setKey(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
setLanguageCode(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setLocale(Locale) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext
+
 
+
setLogo(Drawable) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
setLogoUrl(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsPaymentItem
+
 
+
setMustWriteReason(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
setNonce(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setPaymentProduct(PaymentProduct) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Sets the PaymentProduct for which the customer is going to do a payment.
+
+
setPaymentProductFields(List<PaymentProductField>) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct
+
 
+
setPaymentProductId(Integer) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setPaymentValues(Map<String, String>) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setPhoneNumber(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setStatus(IinStatus) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse
+
 
+
setStatus(KeyValuePair.Status) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
setStreet(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setSurname(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
setThirdPartyStatus(ThirdPartyStatus) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatusResponse
+
 
+
setTokenize(Boolean) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData
+
+
Deprecated.
+
setTokenize(Boolean) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Set the value of tokenize.
+
+
setValue(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair
+
 
+
setValue(String, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Add value to the paymentProductFields map.
+
+
setValues(List<KeyValuePair>) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsRequest
+
 
+
setZip(String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse
+
 
+
Size - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO for getting scaled images.
+
+
Size(Integer, Integer) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.Size
+
 
+
storeInSharedPreferences(String, Object, Context) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.caching.Preferences
+
+
Deprecated.
+
Store key/value in SharedPreferences.
+
+
STRING - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
 
+
STRING - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
 
+
STRING_KEYBOARD - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
 
+
StringFormatter - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.formatter
+
+
Contains util methods for string formatting.
+
+
StringFormatter() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.formatter.StringFormatter
+
 
+
SUPPORTED - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
 
+
supportsMandates() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
+

T

+
+
TermsAndConditions - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the TermsAndConditions data.
+
+
TermsAndConditions() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.TermsAndConditions
+
 
+
TERMSANDCONDITIONS - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
TERMSANDCONDITIONS_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
+
+
Deprecated. +
Will be removed in a future release.
+
+
+
TEXT - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
 
+
ThirdPartyStatus - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
An enumeration of the possible statuses that a third party payment may be in.
+
+
ThirdPartyStatusAsyncTask - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+
+
ThirdPartyStatusAsyncTask(Context, String, C2sCommunicator, ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask
+
+
Deprecated.
+
Create ThirdPartyStatusAsyncTask
+
+
ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask
+
+
Deprecated. +
use ClientApi.getThirdPartyStatus(String, Success, ApiError, Failure) instead.
+
+
+
ThirdPartyStatusResponse - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
+
+
POJO that holds the ThirdPartyStatus call response.
+
+
ThirdPartyStatusResponse(ThirdPartyStatus) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatusResponse
+
 
+
Tooltip - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO that represents a Tooltip object.
+
+
Tooltip() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.Tooltip
+
 
+
TYPE - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
 
+
+

U

+
+
UNKNOWN - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
 
+
UnknownNetworkException - Exception in com.ingenico.connect.gateway.sdk.client.android.sdk.exception
+
+
Deprecated. +
this class will be removed in the future.
+
+
+
UnknownNetworkException() - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.UnknownNetworkException
+
+
Deprecated.
+
UnknownNetworkException(String) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.UnknownNetworkException
+
+
Deprecated.
+
UnknownNetworkException(String, Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.UnknownNetworkException
+
+
Deprecated.
+
UnknownNetworkException(Throwable) - Constructor for exception com.ingenico.connect.gateway.sdk.client.android.sdk.exception.UnknownNetworkException
+
+
Deprecated.
+
updateLogos(String, List<BasicPaymentItem>, Size) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.manager.AssetManager
+
+
Deprecated.
+
Update the logos for the given basicPaymentItems if there is a new version.
+
+
URI - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
 
+
usesRedirectionTo3rdParty() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct
+
 
+
Util - Class in com.ingenico.connect.gateway.sdk.client.android.sdk
+
+
Deprecated. +
This class will be made internal to the SDK in a future release.
+
+
+
Util() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.Util
+
+
Deprecated.
+
+

V

+
+
validate() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest
+
+
Validates all fields based on their value and their validation rules.
+
+
validate(PaymentRequest, String) - Method in interface com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRule
+
 
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleBoletoBancarioRequiredness
+
+
Validates that, if the field is required for the current FiscalNumber value, the value is not + null or empty.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleEmailAddress
+
+
Validates an email address.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleExpirationDate
+
+
Validates an expiration date.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleFixedList
+
+
Validates a field value based on a list of possibilities.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleIBAN
+
+
Validates that the value in the field with ID fieldId is a valid IBAN.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
+
Validates that the value has the desired length.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLuhn
+
+
Validates that the value in the field with fieldId passes the Luhn check.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRange
+
+
Validates that the value in the field with fieldId has a value within the set bounds.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRegex
+
+
Validates that the value in the field with fieldId matches the regular expression of this validator.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleResidentIdNumber
+
+
Validates that the value in the field with fieldId is a valid Chinese Resident ID number.
+
+
validate(PaymentRequest, String) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleTermsAndConditions
+
+
Validates that the terms and conditions have been accepted.
+
+
validateValue(PaymentRequest) - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
+
+
Gets all error message codes for the PaymentRequest's value.
+
+
ValidationErrorMessage - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Contains error message information for a specific field.
+
+
ValidationErrorMessage(String, String, ValidationRule) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationErrorMessage
+
 
+
ValidationRule - Interface in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Interface for ValidationRule.
+
+
ValidationRuleBoletoBancarioRequiredness - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for Boleto Bancario.
+
+
ValidationRuleBoletoBancarioRequiredness(Integer, String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleBoletoBancarioRequiredness
+
 
+
ValidationRuleEmailAddress - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for email address.
+
+
ValidationRuleEmailAddress(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleEmailAddress
+
 
+
ValidationRuleExpirationDate - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for expiration date.
+
+
ValidationRuleExpirationDate(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleExpirationDate
+
 
+
ValidationRuleFixedList - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for fixed list.
+
+
ValidationRuleFixedList(List<String>, String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleFixedList
+
 
+
ValidationRuleIBAN - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for IBAN.
+
+
ValidationRuleIBAN(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleIBAN
+
 
+
ValidationRuleLength - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for length.
+
+
ValidationRuleLength(Integer, Integer, String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLength
+
 
+
ValidationRuleLuhn - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for luhn check.
+
+
ValidationRuleLuhn(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleLuhn
+
 
+
ValidationRuleRange - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for range.
+
+
ValidationRuleRange(Integer, Integer, String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRange
+
 
+
ValidationRuleRegex - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for regex.
+
+
ValidationRuleRegex(String, String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleRegex
+
 
+
ValidationRuleResidentIdNumber - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for China Resident ID number
+
+
ValidationRuleResidentIdNumber(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleResidentIdNumber
+
 
+
ValidationRuleTermsAndConditions - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Validation rule for terms and conditions.
+
+
ValidationRuleTermsAndConditions(String, ValidationType) - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRuleTermsAndConditions
+
 
+
ValidationType - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation
+
+
Enum containing all the validation types.
+
+
Validator - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation
+
+
POJO which holds the Validator data.
+
+
Validator() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation.Validator
+
 
+
ValueMap - Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct
+
+
POJO which holds the ValueMap data and its paymentProductFieldDisplayElements.
+
+
ValueMap() - Constructor for class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.ValueMap
+
 
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints.DisplayHintsProductFields.PreferredInputType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.MobileIntegrationLevel
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
+

W

+
+
WAITING - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
+
+
+ + diff --git a/apidocs/6.1.4/index.html b/apidocs/6.1.4/index.html new file mode 100644 index 0000000..eb93ba8 --- /dev/null +++ b/apidocs/6.1.4/index.html @@ -0,0 +1,98 @@ + + + + +Overview (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ + +
+ + diff --git a/apidocs/6.1.4/jquery-ui.overrides.css b/apidocs/6.1.4/jquery-ui.overrides.css new file mode 100644 index 0000000..facf852 --- /dev/null +++ b/apidocs/6.1.4/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/apidocs/6.1.4/legal/ADDITIONAL_LICENSE_INFO b/apidocs/6.1.4/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/apidocs/6.1.4/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/apidocs/6.1.4/legal/ASSEMBLY_EXCEPTION b/apidocs/6.1.4/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..065b8d9 --- /dev/null +++ b/apidocs/6.1.4/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/apidocs/6.1.4/legal/LICENSE b/apidocs/6.1.4/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/apidocs/6.1.4/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/apidocs/6.1.4/legal/jquery.md b/apidocs/6.1.4/legal/jquery.md new file mode 100644 index 0000000..d468b31 --- /dev/null +++ b/apidocs/6.1.4/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/apidocs/6.1.4/legal/jqueryUI.md b/apidocs/6.1.4/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/apidocs/6.1.4/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/apidocs/6.1.4/member-search-index.js b/apidocs/6.1.4/member-search-index.js new file mode 100644 index 0000000..7fdf6e0 --- /dev/null +++ b/apidocs/6.1.4/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"AbstractValidationRule","l":"AbstractValidationRule(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"ACCEPTABLE_WAIT_TIME_IN_MILISECONDS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"AccountOnFile()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFileDisplay","l":"AccountOnFileDisplay(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"DataRestrictions","l":"addValidationRule(AbstractValidationRule)","u":"addValidationRule(com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.AbstractValidationRule)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"allowsInstallments()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"allowsRecurring()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"allowsTokenization()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"AmountOfMoney","l":"AmountOfMoney(Long, String)","u":"%3Cinit%3E(java.lang.Long,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"applyMask(String)","u":"applyMask(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","c":"StringFormatter","l":"applyMask(String, String)","u":"applyMask(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"applyMask(String, String, int, int, int)","u":"applyMask(java.lang.String,java.lang.String,int,int,int)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"applyMask(String, String, Integer)","u":"applyMask(java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","c":"StringFormatter","l":"applyMask(String, String, String, int, int, int)","u":"applyMask(java.lang.String,java.lang.String,java.lang.String,int,int,int)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","c":"StringFormatter","l":"applyMask(String, String, String, Integer)","u":"applyMask(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AuthenticationIndicator","l":"AuthenticationIndicator()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"AUTHORIZED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"autoTokenized()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"BadPaymentItemException","l":"BadPaymentItemException()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"BadPaymentItemException","l":"BadPaymentItemException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"BadPaymentItemException","l":"BadPaymentItemException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"BadPaymentItemException","l":"BadPaymentItemException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptUtil","l":"base64UrlEncode(byte[])"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"MobileIntegrationLevel","l":"BASIC_SUPPORT"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItems","l":"BasicPaymentItems(List, List)","u":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentItemsAsyncTask","l":"BasicPaymentItemsAsyncTask(Context, PaymentContext, C2sCommunicator, List, boolean)","u":"%3Cinit%3E(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List,boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"BasicPaymentProduct()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"BasicPaymentProductGroup()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroups","l":"BasicPaymentProductGroups()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductGroupsAsyncTask","l":"BasicPaymentProductGroupsAsyncTask(Context, PaymentContext, C2sCommunicator, List)","u":"%3Cinit%3E(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"BasicPaymentProducts()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductsAsyncTask","l":"BasicPaymentProductsAsyncTask(Context, PaymentContext, C2sCommunicator, List)","u":"%3Cinit%3E(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"BOLETOBANCARIOREQUIREDNESS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"BoletoBancarioRequiredness","l":"BoletoBancarioRequiredness()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"BOOLEAN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"BOOLEAN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"C2sCommunicatorConfiguration(String, String, String, String, boolean, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"CacheHandler","l":"CacheHandler(Context)","u":"%3Cinit%3E(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductGroupsAsyncTask","l":"call()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductsAsyncTask","l":"call()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"CAN_WRITE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"CommunicationException","l":"CommunicationException()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"CommunicationException","l":"CommunicationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"CommunicationException","l":"CommunicationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"CommunicationException","l":"CommunicationException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"COMPLETED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"convertAmount(Long, String, String, Context)","u":"convertAmount(java.lang.Long,java.lang.String,java.lang.String,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"convertAmount(Long, String, String, Context, ConvertAmountAsyncTask.OnAmountConvertedListener)","u":"convertAmount(java.lang.Long,java.lang.String,java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask.OnAmountConvertedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ConvertAmountAsyncTask","l":"ConvertAmountAsyncTask(Long, String, String, Context, C2sCommunicator, ConvertAmountAsyncTask.OnAmountConvertedListener)","u":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ConvertAmountAsyncTask.OnAmountConvertedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ConvertedAmountResponse","l":"ConvertedAmountResponse(Long)","u":"%3Cinit%3E(java.lang.Long)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"convertToNetworkRequestParameters()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"CURRENCY"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"CURRENCY"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"CustomerDetailsAsyncTask","l":"CustomerDetailsAsyncTask(Context, String, String, List, C2sCommunicator, CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener)","u":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.util.List,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"CustomerDetailsRequest(String, List)","u":"%3Cinit%3E(java.lang.String,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"CustomerDetailsResponse()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"CustomerDetailsResponse(String, String, String, String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"DataRestrictions","l":"DataRestrictions()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"DATE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"DATE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"DATE_PICKER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"deviceFingerprintEnabled()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"DIRECTORY_IINRESPONSES"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"DIRECTORY_LOGOS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"DirectoryEntry","l":"DirectoryEntry(String, String, String, ArrayList)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.ArrayList)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsAccountOnFile","l":"DisplayHintsAccountOnFile()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"DisplayHintsPaymentItem()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"DisplayHintsProductFields()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentItemsAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductGroupsAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductsAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ConvertAmountAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"CustomerDetailsAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"EncryptDataAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"IinLookupAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"LoadImageAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductDirectoryAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductGroupAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PublicKeyAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ThirdPartyStatusAsyncTask","l":"doInBackground(String...)","u":"doInBackground(java.lang.String...)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"EMAIL_ADDRESS_KEYBOARD"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"EMAILADDRESS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"EmailAddress","l":"EmailAddress()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"ENABLE_REQUEST_LOGGING"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"Encryptor","l":"encrypt(EncryptData)","u":"encrypt(com.ingenico.connect.gateway.sdk.client.android.sdk.encryption.EncryptData)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"EncryptData()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"EncryptDataAsyncTask","l":"EncryptDataAsyncTask(PublicKeyResponse, PaymentRequest, String, EncryptDataAsyncTask.OnEncryptDataCompleteListener)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.EncryptDataAsyncTask.OnEncryptDataCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"EncryptDataException","l":"EncryptDataException()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"EncryptDataException","l":"EncryptDataException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"EncryptDataException","l":"EncryptDataException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"EncryptDataException","l":"EncryptDataException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"Encryptor","l":"Encryptor(PublicKeyResponse)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptUtil","l":"EncryptUtil()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"environmentIsProduction()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetail","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"EXISTING_BUT_NOT_ALLOWED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"EXPIRATIONDATE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"ExpirationDate","l":"ExpirationDate()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"EXPIRYDATE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"FILENAME_IINRESPONSE_CACHE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"FILENAME_LOGO_PREFIX"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"FISCAL_NUMBER_FIELD_ID"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"FIXEDLIST"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"FixedList","l":"FixedList()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"FormatResult","l":"FormatResult(String, Integer)","u":"%3Cinit%3E(java.lang.String,java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement","l":"FormElement()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_CONVERT_AMOUNT_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_CUSTOMERDETAILS_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_IIN_LOOKUP_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_PUBLIC_KEY_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_DIRECTORY_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_NETWORKS_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCT_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUP_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTGROUPS_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_RETRIEVE_PAYMENTPRODUCTS_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GC_GATEWAY_THIRDPARTYSTATUS_PATH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getAccountOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getAccountOnFileById(String)","u":"getAccountOnFileById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"getAccountOnFileById(String)","u":"getAccountOnFileById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getAccountOnFileId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItem","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItems","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroups","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"getAccountsOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItem","l":"getAcquirerCountry()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getAcquirerCountry()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"getAcquirerCountry()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"FixedList","l":"getAllowedValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getAlwaysShow()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"AmountOfMoney","l":"getAmount()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getAmount()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"getAmountOfMoney()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getAppIdentifier()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getAssetUrl()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getAssetUrl()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getAssetUrl()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"getAttributes()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getAuthenticationIndicator()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"getBase64EncodedMetadata(Context, String)","u":"getBase64EncodedMetadata(android.content.Context,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"getBase64EncodedMetadata(Context, String, String)","u":"getBase64EncodedMetadata(android.content.Context,java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"getBase64EncodedMetadata(Map)","u":"getBase64EncodedMetadata(java.util.Map)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getBaseUrl()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItems","l":"getBasicPaymentItemById(String)","u":"getBasicPaymentItemById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItems","l":"getBasicPaymentItems()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getBasicPaymentItems(Context, PaymentContext, BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener, boolean)","u":"getBasicPaymentItems(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener,boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"getBasicPaymentProductByAccountOnFileId(Integer)","u":"getBasicPaymentProductByAccountOnFileId(java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"getBasicPaymentProductById(String)","u":"getBasicPaymentProductById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroups","l":"getBasicPaymentProductGroups()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getBasicPaymentProductGroups(Context, PaymentContext, BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener)","u":"getBasicPaymentProductGroups(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getBasicPaymentProductGroups(PaymentContext, Context)","u":"getBasicPaymentProductGroups(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"getBasicPaymentProducts()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getBasicPaymentProducts(Context, PaymentContext, BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener)","u":"getBasicPaymentProducts(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getBasicPaymentProducts(PaymentContext, Context)","u":"getBasicPaymentProducts(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getBoletoBancarioRequiredness()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsRequest","l":"getCcPartial()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getCity()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getClientSessionId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getClientSessionId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getClientSessionId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"getCoBrands()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ConvertedAmountResponse","l":"getConvertedAmount()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getCountry()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"getCountryCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"getCountryCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"getCountryCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getCountryCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"getCountryCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"getCountryCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"getCountryCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getCountryCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"DirectoryEntry","l":"getCountryNames()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"AmountOfMoney","l":"getCurrencyCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getCurrencyCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"AmountOfMoney","l":"getCurrencyCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getCurrencyCodeString()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"FormatResult","l":"getCursorIndex()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getCustomerDetails(Context, String, String, List, CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener)","u":"getCustomerDetails(android.content.Context,java.lang.String,java.lang.String,java.util.List,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getCustomerDetails(String, String, List, Context)","u":"getCustomerDetails(java.lang.String,java.lang.String,java.util.List,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getCustomerId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"getDataRestrictions()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getDirectoryForPaymentProductId(String, String, String, Context, PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener)","u":"getDirectoryForPaymentProductId(java.lang.String,java.lang.String,java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"ValueMap","l":"getDisplayElements()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"getDisplayHints()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItem","l":"getDisplayHints()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getDisplayHints()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"getDisplayHints()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"getDisplayHints()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"getDisplayOrder()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getDisplayOrder()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getEmailAddress()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getEmailAddress()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PreparedPaymentRequest","l":"getEncodedClientMetaInfo()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PreparedPaymentRequest","l":"getEncryptedFields()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentProductDirectoryResponse","l":"getEntries()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationErrorMessage","l":"getErrorMessage()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getExpirationDate()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getFieldsAsMap()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProduct","l":"getFieldsWarning()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getFirstName()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getFiscalNumber()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"BoletoBancarioRequiredness","l":"getFiscalNumberLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getFixedList()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"FormatResult","l":"getFormattedResult()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getFormElement()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct320SpecificData","l":"getGateway()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"Size","l":"getHeight()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getIBAN()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentItem","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroup","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement","l":"getId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getIinDetails(Context, String, IinLookupAsyncTask.OnIinLookupCompleteListener, PaymentContext)","u":"getIinDetails(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.IinLookupAsyncTask.OnIinLookupCompleteListener,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"CacheHandler","l":"getIinResponsesFromCache()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"getImage()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"getImageDrawable()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"CacheHandler","l":"getImageFromInternalStorage(String, Resources)","u":"getImageFromInternalStorage(java.lang.String,android.content.res.Resources)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"getImageURL()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getInstance(C2sCommunicator)","u":"getInstance(com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getInstance(C2sCommunicatorConfiguration)","u":"getInstance(com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicatorConfiguration)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager","c":"AssetManager","l":"getInstance(Context)","u":"getInstance(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct863SpecificData","l":"getIntegrationTypes()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getIpAddress()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getIsRecurring()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"DirectoryEntry","l":"getIssuerId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"DirectoryEntry","l":"getIssuerList()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"DirectoryEntry","l":"getIssuerName()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFileDisplay","l":"getKey()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"getKey()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PublicKeyResponse","l":"getKeyId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"getLabel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"getLabel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getLabel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"getLabel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsAccountOnFile","l":"getLabelTemplate()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getLanguageCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getLink()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleFixedList","l":"getListValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"getLocale()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsAccountOnFile","l":"getLogo()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"getLogo()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager","c":"AssetManager","l":"getLogo(String)","u":"getLogo(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"getLogoUrl()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getLuhn()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"Preferences","l":"getMapFromSharedPreferences(String, Context, Type, Map)","u":"getMapFromSharedPreferences(java.lang.String,android.content.Context,java.lang.reflect.Type,java.util.Map)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFileDisplay","l":"getMask()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getMask()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLength","l":"getMaskedMaxLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getMaskedValue(String, String, String, Integer)","u":"getMaskedValue(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getMaskedValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getMaxAmount()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Length","l":"getMaxLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLength","l":"getMaxLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Range","l":"getMaxValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRange","l":"getMaxValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"AbstractValidationRule","l":"getMessageId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getMetadata(Context)","u":"getMetadata(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"getMetadata(Context)","u":"getMetadata(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"getMetadata(Context)","u":"getMetadata(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"getMetadata(Context, String, String)","u":"getMetadata(android.content.Context,java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getMinAmount()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Length","l":"getMinLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLength","l":"getMinLength()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Range","l":"getMinValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRange","l":"getMinValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"getMustWriteReason()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AuthenticationIndicator","l":"getName()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct302SpecificData","l":"getNetworks()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct320SpecificData","l":"getNetworks()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getNonce()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsRequest","l":"getPaymentContext()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getPaymentMethod()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getPaymentProduct()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getPaymentProduct(Context, String, PaymentContext, PaymentProductAsyncTask.OnPaymentProductCallCompleteListener)","u":"getPaymentProduct(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductAsyncTask.OnPaymentProductCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getPaymentProduct(String, Context, PaymentContext)","u":"getPaymentProduct(java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getPaymentProduct302SpecificData()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getPaymentProduct320SpecificData()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getPaymentProduct863SpecificData()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getPaymentProductDirectory(String, String, String, Context)","u":"getPaymentProductDirectory(java.lang.String,java.lang.String,java.lang.String,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProduct","l":"getPaymentProductFieldById(String)","u":"getPaymentProductFieldById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductGroup","l":"getPaymentProductFieldById(String)","u":"getPaymentProductFieldById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationErrorMessage","l":"getPaymentProductFieldId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentItem","l":"getPaymentProductFields()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProduct","l":"getPaymentProductFields()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductGroup","l":"getPaymentProductFields()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"getPaymentProductGroup()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getPaymentProductGroup(Context, String, PaymentContext, PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener)","u":"getPaymentProductGroup(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getPaymentProductGroup(String, Context, PaymentContext)","u":"getPaymentProductGroup(java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroups","l":"getPaymentProductGroupById(String)","u":"getPaymentProductGroupById(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProductGroups","l":"getPaymentProductGroupsAsItems()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getPaymentProductId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetail","l":"getPaymentProductId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"getPaymentProductId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"getPaymentProductId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AccountOnFile","l":"getPaymentProductId()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getPaymentProductIdByCreditCardNumber(String, Context, PaymentContext)","u":"getPaymentProductIdByCreditCardNumber(java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProducts","l":"getPaymentProductsAsItems()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getPaymentValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getPhoneNumber()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getPlaceholderLabel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getPreferredInputType()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PublicKeyResponse","l":"getPublicKey()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getPublicKey(Context)","u":"getPublicKey(android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getPublicKey(Context, PublicKeyAsyncTask.OnPublicKeyLoadedListener)","u":"getPublicKey(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask.OnPublicKeyLoadedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getRange()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"RegularExpression","l":"getRegularExpression()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getRegularExpression()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getResidentIdNumber()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationErrorMessage","l":"getRule()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getSerialversionuid()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"getStatus()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"getStatus()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getStreet()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getSurname()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"getTermsAndConditions()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatusResponse","l":"getThirdPartyStatus()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"getThirdPartyStatus(Context, String)","u":"getThirdPartyStatus(android.content.Context,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"getThirdPartyStatus(Context, String, ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener)","u":"getThirdPartyStatus(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"getTokenize()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getTokenize()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"getTooltip()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement","l":"getType()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"getType()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement","l":"getType()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"AbstractValidationRule","l":"getType()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getUnmaskedValue(String, String)","u":"getUnmaskedValue(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getUnmaskedValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"getUsedForLookup()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"DataRestrictions","l":"getValidationRules()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"DataRestrictions","l":"getValidator()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"AuthenticationIndicator","l":"getValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"getValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement","l":"getValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"ValueMap","l":"getValue()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"Preferences","l":"getValueFromSharedPreferences(String, Context, Class)","u":"getValueFromSharedPreferences(java.lang.String,android.content.Context,java.lang.Class)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement","l":"getValueMapping()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"getValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"getValues()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"Size","l":"getWidth()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"getZip()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GOOGLE_API_VERSION"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"GOOGLE_PAY_TOKEN_FIELD_ID"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetail","l":"hashCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"hashCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"hashCode()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"IBAN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"IBAN","l":"IBAN()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetail","l":"IinDetail()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsRequest","l":"IinDetailsRequest(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsRequest","l":"IinDetailsRequest(String, PaymentContext)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"IinDetailsResponse(IinStatus)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"IinLookupAsyncTask","l":"IinLookupAsyncTask(Context, String, C2sCommunicator, List, PaymentContext)","u":"%3Cinit%3E(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"INITIALIZED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"initWithClientSessionId(String, String, String, String, boolean, String)","u":"initWithClientSessionId(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicatorConfiguration","l":"initWithClientSessionId(String, String, String, String, boolean, String, String)","u":"initWithClientSessionId(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"INSTALLMENTPLAN_FIELD_ID"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"INTEGER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"INTEGER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"INTEGER_KEYBOARD"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetail","l":"isAllowedInContext()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"isAllowedInContext()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"isEditingAllowed()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"isEditingAllowed()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","c":"C2sCommunicator","l":"isEnvironmentTypeProduction()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"isEnvironmentTypeProduction()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleBoletoBancarioRequiredness","l":"isFieldRequired(PaymentRequest)","u":"isFieldRequired(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"isForceBasicFlow()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"GooglePayUtil","l":"isGooglePayAllowed(BasicPaymentProduct)","u":"isGooglePayAllowed(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"GooglePayUtil","l":"isGooglePayAllowed(Context, C2sCommunicator, BasicPaymentProduct)","u":"isGooglePayAllowed(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"isObfuscate()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"isRecurring()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"DataRestrictions","l":"isRequired()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"KeyValuePair()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"LENGTH"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Length","l":"Length()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"LINK_PLACEHOLDER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"LIST"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"LoadImageAsyncTask","l":"LoadImageAsyncTask(String, String, Context, Map, String, LoadImageAsyncTask.OnImageLoadedListener)","u":"%3Cinit%3E(java.lang.String,java.lang.String,android.content.Context,java.util.Map,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.LoadImageAsyncTask.OnImageLoadedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"LUHN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Luhn","l":"Luhn()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"mergePaymentRequest(PaymentProduct)","u":"mergePaymentRequest(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"mobileIntegrationLevel()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"MUST_WRITE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"MobileIntegrationLevel","l":"NO_SUPPORT"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"NOT_ENOUGH_DIGITS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"NUMERICSTRING"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ConvertAmountAsyncTask.OnAmountConvertedListener","l":"OnAmountConverted(Long)","u":"OnAmountConverted(java.lang.Long)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener","l":"onBasicPaymentItemsCallComplete(BasicPaymentItems)","u":"onBasicPaymentItemsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onBasicPaymentItemsCallComplete(BasicPaymentItems)","u":"onBasicPaymentItemsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener","l":"onBasicPaymentProductGroupsCallComplete(BasicPaymentProductGroups)","u":"onBasicPaymentProductGroupsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onBasicPaymentProductGroupsCallComplete(BasicPaymentProductGroups)","u":"onBasicPaymentProductGroupsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener","l":"onBasicPaymentProductsCallComplete(BasicPaymentProducts)","u":"onBasicPaymentProductsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onBasicPaymentProductsCallComplete(BasicPaymentProducts)","u":"onBasicPaymentProductsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener","l":"onCustomerDetailsCallComplete(CustomerDetailsResponse)","u":"onCustomerDetailsCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"EncryptDataAsyncTask.OnEncryptDataCompleteListener","l":"onEncryptDataComplete(String)","u":"onEncryptDataComplete(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"SessionEncryptionHelper","l":"onEncryptDataComplete(String)","u":"onEncryptDataComplete(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"IinLookupAsyncTask.OnIinLookupCompleteListener","l":"onIinLookupComplete(IinDetailsResponse)","u":"onIinLookupComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onIinLookupComplete(IinDetailsResponse)","u":"onIinLookupComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"LoadImageAsyncTask.OnImageLoadedListener","l":"onImageLoaded(Drawable, String, Map, String)","u":"onImageLoaded(android.graphics.drawable.Drawable,java.lang.String,java.util.Map,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager","c":"AssetManager","l":"onImageLoaded(Drawable, String, Map, String)","u":"onImageLoaded(android.graphics.drawable.Drawable,java.lang.String,java.util.Map,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductAsyncTask.OnPaymentProductCallCompleteListener","l":"onPaymentProductCallComplete(PaymentProduct)","u":"onPaymentProductCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onPaymentProductCallComplete(PaymentProduct)","u":"onPaymentProductCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener","l":"onPaymentProductDirectoryCallComplete(PaymentProductDirectoryResponse)","u":"onPaymentProductDirectoryCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentProductDirectoryResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener","l":"onPaymentProductGroupCallComplete(PaymentProductGroup)","u":"onPaymentProductGroupCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"onPaymentProductGroupCallComplete(PaymentProductGroup)","u":"onPaymentProductGroupCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"SessionEncryptionHelper.OnPaymentRequestPreparedListener","l":"onPaymentRequestPrepared(PreparedPaymentRequest)","u":"onPaymentRequestPrepared(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PreparedPaymentRequest)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentItemsAsyncTask","l":"onPostExecute(BasicPaymentItems)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentItems)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductGroupsAsyncTask","l":"onPostExecute(BasicPaymentProductGroups)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProductGroups)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"BasicPaymentProductsAsyncTask","l":"onPostExecute(BasicPaymentProducts)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.BasicPaymentProducts)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"CustomerDetailsAsyncTask","l":"onPostExecute(CustomerDetailsResponse)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.CustomerDetailsResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"LoadImageAsyncTask","l":"onPostExecute(Drawable)","u":"onPostExecute(android.graphics.drawable.Drawable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"IinLookupAsyncTask","l":"onPostExecute(IinDetailsResponse)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinDetailsResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ConvertAmountAsyncTask","l":"onPostExecute(Long)","u":"onPostExecute(java.lang.Long)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductAsyncTask","l":"onPostExecute(PaymentProduct)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductDirectoryAsyncTask","l":"onPostExecute(PaymentProductDirectoryResponse)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentProductDirectoryResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductGroupAsyncTask","l":"onPostExecute(PaymentProductGroup)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductGroup)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PublicKeyAsyncTask","l":"onPostExecute(PublicKeyResponse)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"EncryptDataAsyncTask","l":"onPostExecute(String)","u":"onPostExecute(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ThirdPartyStatusAsyncTask","l":"onPostExecute(ThirdPartyStatus)","u":"onPostExecute(com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PublicKeyAsyncTask.OnPublicKeyLoadedListener","l":"onPublicKeyLoaded(PublicKeyResponse)","u":"onPublicKeyLoaded(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"SessionEncryptionHelper","l":"onPublicKeyLoaded(PublicKeyResponse)","u":"onPublicKeyLoaded(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PublicKeyResponse)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener","l":"onThirdPartyStatusCallComplete(ThirdPartyStatus)","u":"onThirdPartyStatusCallComplete(com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"MobileIntegrationLevel","l":"OPTIMISED_SUPPORT"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"PaymentContext()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"PaymentContext(AmountOfMoney, String, boolean)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney,java.lang.String,boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"PaymentContext(AmountOfMoney, String, boolean, Locale)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney,java.lang.String,boolean,java.util.Locale)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentItemCacheKey","l":"PaymentItemCacheKey(Long, String, String, boolean, String)","u":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,boolean,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProduct","l":"PaymentProduct()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct302SpecificData","l":"PaymentProduct302SpecificData()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct320SpecificData","l":"PaymentProduct320SpecificData()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","c":"PaymentProduct863SpecificData","l":"PaymentProduct863SpecificData()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductAsyncTask","l":"PaymentProductAsyncTask(Context, String, PaymentContext, C2sCommunicator, List)","u":"%3Cinit%3E(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductDirectoryAsyncTask","l":"PaymentProductDirectoryAsyncTask(String, String, String, Context, C2sCommunicator, PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentProductDirectoryResponse","l":"PaymentProductDirectoryResponse(ArrayList)","u":"%3Cinit%3E(java.util.ArrayList)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"PaymentProductField()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement","l":"PaymentProductFieldDisplayElement()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductGroup","l":"PaymentProductGroup()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PaymentProductGroupAsyncTask","l":"PaymentProductGroupAsyncTask(Context, String, PaymentContext, C2sCommunicator, List)","u":"%3Cinit%3E(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentContext,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTGROUPID_CARDS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_AFTERPAY_INVOICE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_APPLEPAY"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_BanContact"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_BCMC"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_BOLETOBANCARIO"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PAYMENTPRODUCTID_GOOGLEPAY"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"PaymentRequest()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"PERCENTAGE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"PHONE_NUMBER_KEYBOARD"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PREFERENCES_LOGO_MAP"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"PREFERENCES_NAME"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"Preferences","l":"Preferences()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PreparedPaymentRequest","l":"PreparedPaymentRequest(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"preparePaymentRequest(PaymentRequest, Context, SessionEncryptionHelper.OnPaymentRequestPreparedListener)","u":"preparePaymentRequest(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper.OnPaymentRequestPreparedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"PublicKeyAsyncTask","l":"PublicKeyAsyncTask(Context, C2sCommunicator, PublicKeyAsyncTask.OnPublicKeyLoadedListener)","u":"%3Cinit%3E(android.content.Context,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.PublicKeyAsyncTask.OnPublicKeyLoadedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PublicKeyResponse","l":"PublicKeyResponse(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"RANGE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Range","l":"Range()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"READ_ONLY"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"REGULAREXPRESSION"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"RegularExpression","l":"RegularExpression()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"removeAccountOnFile()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"removeMask(String)","u":"removeMask(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","c":"StringFormatter","l":"removeMask(String, String)","u":"removeMask(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"removeValue(String)","u":"removeValue(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"Preferences","l":"removeValueFromSharedPreferences(String, Context)","u":"removeValueFromSharedPreferences(java.lang.String,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"REQUIRED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"RESIDENTIDNUMBER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"ResidentIdNumber","l":"ResidentIdNumber()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"CacheHandler","l":"saveImageOnInternalStorage(String, Drawable)","u":"saveImageOnInternalStorage(java.lang.String,android.graphics.drawable.Drawable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"SDK_CREATOR"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"SDK_IDENTIFIER"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"SessionEncryptionHelper","l":"SessionEncryptionHelper(PaymentRequest, String, Map, SessionEncryptionHelper.OnPaymentRequestPreparedListener)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String,java.util.Map,com.ingenico.connect.gateway.sdk.client.android.sdk.session.SessionEncryptionHelper.OnPaymentRequestPreparedListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"setAccountOnFile(AccountOnFile)","u":"setAccountOnFile(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.AccountOnFile)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setAccountOnFileId(Integer)","u":"setAccountOnFileId(java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"setAmountOfMoney(AmountOfMoney)","u":"setAmountOfMoney(com.ingenico.connect.gateway.sdk.client.android.sdk.model.AmountOfMoney)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setClientSessionId(String)","u":"setClientSessionId(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","c":"Session","l":"setClientSessionId(String)","u":"setClientSessionId(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"setCountryCode(String)","u":"setCountryCode(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"setCountryCode(String)","u":"setCountryCode(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"setDisplayOrder(Integer)","u":"setDisplayOrder(java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setEmailAddress(String)","u":"setEmailAddress(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setFirstName(String)","u":"setFirstName(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setFiscalNumber(String)","u":"setFiscalNumber(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"setForceBasicFlow(Boolean)","u":"setForceBasicFlow(java.lang.Boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields","l":"setFormElement(FormElement)","u":"setFormElement(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"setImageDrawable(Drawable)","u":"setImageDrawable(android.graphics.drawable.Drawable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"setIsRecurring(Boolean)","u":"setIsRecurring(java.lang.Boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setLanguageCode(String)","u":"setLanguageCode(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentContext","l":"setLocale(Locale)","u":"setLocale(java.util.Locale)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"setLogo(Drawable)","u":"setLogo(android.graphics.drawable.Drawable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsPaymentItem","l":"setLogoUrl(String)","u":"setLogoUrl(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"setMustWriteReason(String)","u":"setMustWriteReason(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setNonce(String)","u":"setNonce(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"setPaymentProduct(PaymentProduct)","u":"setPaymentProduct(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProduct)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProduct","l":"setPaymentProductFields(List)","u":"setPaymentProductFields(java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setPaymentProductId(Integer)","u":"setPaymentProductId(java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setPaymentValues(Map)","u":"setPaymentValues(java.util.Map)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setPhoneNumber(String)","u":"setPhoneNumber(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinDetailsResponse","l":"setStatus(IinStatus)","u":"setStatus(com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin.IinStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"setStatus(KeyValuePair.Status)","u":"setStatus(com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.KeyValuePair.Status)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setStreet(String)","u":"setStreet(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setSurname(String)","u":"setSurname(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatusResponse","l":"setThirdPartyStatus(ThirdPartyStatus)","u":"setThirdPartyStatus(com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","c":"EncryptData","l":"setTokenize(Boolean)","u":"setTokenize(java.lang.Boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"setTokenize(Boolean)","u":"setTokenize(java.lang.Boolean)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"setValue(String, String)","u":"setValue(java.lang.String,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsRequest","l":"setValues(List)","u":"setValues(java.util.List)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"CustomerDetailsResponse","l":"setZip(String)","u":"setZip(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"Size","l":"Size(Integer, Integer)","u":"%3Cinit%3E(java.lang.Integer,java.lang.Integer)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","c":"Preferences","l":"storeInSharedPreferences(String, Object, Context)","u":"storeInSharedPreferences(java.lang.String,java.lang.Object,android.content.Context)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"STRING"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"STRING"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"STRING_KEYBOARD"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","c":"StringFormatter","l":"StringFormatter()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"SUPPORTED"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"supportsMandates()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"TERMSANDCONDITIONS"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","c":"Constants","l":"TERMSANDCONDITIONS_FIELD_ID"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"TermsAndConditions","l":"TermsAndConditions()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"TEXT"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","c":"ThirdPartyStatusAsyncTask","l":"ThirdPartyStatusAsyncTask(Context, String, C2sCommunicator, ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener)","u":"%3Cinit%3E(android.content.Context,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.communicate.C2sCommunicator,com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask.ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatusResponse","l":"ThirdPartyStatusResponse(ThirdPartyStatus)","u":"%3Cinit%3E(com.ingenico.connect.gateway.sdk.client.android.sdk.model.ThirdPartyStatus)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"Tooltip","l":"Tooltip()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"TYPE"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"UNKNOWN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"UnknownNetworkException","l":"UnknownNetworkException()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"UnknownNetworkException","l":"UnknownNetworkException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"UnknownNetworkException","l":"UnknownNetworkException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","c":"UnknownNetworkException","l":"UnknownNetworkException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager","c":"AssetManager","l":"updateLogos(String, List, Size)","u":"updateLogos(java.lang.String,java.util.List,com.ingenico.connect.gateway.sdk.client.android.sdk.model.Size)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"URI"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"BasicPaymentProduct","l":"usesRedirectionTo3rdParty()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","c":"Util","l":"Util()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"PaymentRequest","l":"validate()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRule","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleBoletoBancarioRequiredness","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleEmailAddress","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleExpirationDate","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleFixedList","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleIBAN","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLength","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLuhn","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRange","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRegex","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleResidentIdNumber","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleTermsAndConditions","l":"validate(PaymentRequest, String)","u":"validate(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest,java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField","l":"validateValue(PaymentRequest)","u":"validateValue(com.ingenico.connect.gateway.sdk.client.android.sdk.model.PaymentRequest)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationErrorMessage","l":"ValidationErrorMessage(String, String, ValidationRule)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationRule)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleBoletoBancarioRequiredness","l":"ValidationRuleBoletoBancarioRequiredness(Integer, String, ValidationType)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleEmailAddress","l":"ValidationRuleEmailAddress(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleExpirationDate","l":"ValidationRuleExpirationDate(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleFixedList","l":"ValidationRuleFixedList(List, String, ValidationType)","u":"%3Cinit%3E(java.util.List,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleIBAN","l":"ValidationRuleIBAN(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLength","l":"ValidationRuleLength(Integer, Integer, String, ValidationType)","u":"%3Cinit%3E(java.lang.Integer,java.lang.Integer,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleLuhn","l":"ValidationRuleLuhn(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRange","l":"ValidationRuleRange(Integer, Integer, String, ValidationType)","u":"%3Cinit%3E(java.lang.Integer,java.lang.Integer,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleRegex","l":"ValidationRuleRegex(String, String, ValidationType)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleResidentIdNumber","l":"ValidationRuleResidentIdNumber(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationRuleTermsAndConditions","l":"ValidationRuleTermsAndConditions(String, ValidationType)","u":"%3Cinit%3E(java.lang.String,com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","c":"Validator","l":"Validator()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"ValueMap","l":"ValueMap()","u":"%3Cinit%3E()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"MobileIntegrationLevel","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","c":"IinStatus","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","c":"DisplayHintsProductFields.PreferredInputType","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"FormElement.ListType","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"KeyValuePair.Status","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"MobileIntegrationLevel","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductField.Type","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","c":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","c":"ValidationType","l":"values()"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","c":"ThirdPartyStatus","l":"WAITING"}];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/6.1.4/module-search-index.js b/apidocs/6.1.4/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/apidocs/6.1.4/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/6.1.4/overview-summary.html b/apidocs/6.1.4/overview-summary.html new file mode 100644 index 0000000..d6cef51 --- /dev/null +++ b/apidocs/6.1.4/overview-summary.html @@ -0,0 +1,25 @@ + + + + +ingenicoconnect-sdk API + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/apidocs/6.1.4/overview-tree.html b/apidocs/6.1.4/overview-tree.html new file mode 100644 index 0000000..ef65e19 --- /dev/null +++ b/apidocs/6.1.4/overview-tree.html @@ -0,0 +1,259 @@ + + + + +Class Hierarchy (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/apidocs/6.1.4/package-search-index.js b/apidocs/6.1.4/package-search-index.js new file mode 100644 index 0000000..67449a4 --- /dev/null +++ b/apidocs/6.1.4/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation"},{"l":"com.ingenico.connect.gateway.sdk.client.android.sdk.session"}];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/6.1.4/resources/glass.png b/apidocs/6.1.4/resources/glass.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f591f467a1c0c949bbc510156a0c1afb860a6e GIT binary patch literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY literal 0 HcmV?d00001 diff --git a/apidocs/6.1.4/script-dir/jquery-3.6.1.min.js b/apidocs/6.1.4/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000..2c69bc9 --- /dev/null +++ b/apidocs/6.1.4/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/apidocs/6.1.4/script.js b/apidocs/6.1.4/script.js new file mode 100644 index 0000000..864989c --- /dev/null +++ b/apidocs/6.1.4/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/apidocs/6.1.4/search.js b/apidocs/6.1.4/search.js new file mode 100644 index 0000000..db3b2f4 --- /dev/null +++ b/apidocs/6.1.4/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + item.category + "
  • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
    " + + item.d + "
    "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/apidocs/6.1.4/serialized-form.html b/apidocs/6.1.4/serialized-form.html new file mode 100644 index 0000000..2cc8fee --- /dev/null +++ b/apidocs/6.1.4/serialized-form.html @@ -0,0 +1,1866 @@ + + + + +Serialized Form (ingenicoconnect-sdk API) + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Serialized Form

    +
    + +
    +
    +
    + + diff --git a/apidocs/6.1.4/stylesheet.css b/apidocs/6.1.4/stylesheet.css new file mode 100644 index 0000000..4a576bd --- /dev/null +++ b/apidocs/6.1.4/stylesheet.css @@ -0,0 +1,869 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/apidocs/6.1.4/tag-search-index.js b/apidocs/6.1.4/tag-search-index.js new file mode 100644 index 0000000..bf10aaf --- /dev/null +++ b/apidocs/6.1.4/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/6.1.4/type-search-index.js b/apidocs/6.1.4/type-search-index.js new file mode 100644 index 0000000..171ec16 --- /dev/null +++ b/apidocs/6.1.4/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"AbstractValidationRule"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"AccountOnFile"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"AccountOnFileDisplay"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"AmountOfMoney"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.manager","l":"AssetManager"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"AuthenticationIndicator"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","l":"BadPaymentItemException"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentItem"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentItems"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentItemsAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentProduct"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentProductGroup"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentProductGroups"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentProductGroupsAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"BasicPaymentProducts"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentProductsAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"BoletoBancarioRequiredness"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","l":"C2sCommunicator"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.communicate","l":"C2sCommunicatorConfiguration"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","l":"CacheHandler"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","l":"CommunicationException"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.configuration","l":"Constants"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"ConvertAmountAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"ConvertedAmountResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"CustomerDetailsAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"CustomerDetailsRequest"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"CustomerDetailsResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"DataRestrictions"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"DirectoryEntry"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","l":"DisplayHintsAccountOnFile"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","l":"DisplayHintsPaymentItem"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","l":"DisplayHintsProductFields"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"EmailAddress"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","l":"EncryptData"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"EncryptDataAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","l":"EncryptDataException"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","l":"Encryptor"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.encryption","l":"EncryptUtil"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"ExpirationDate"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"FixedList"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"FormatResult"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"FormElement"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","l":"GooglePayUtil"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"IBAN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","l":"IinDetail"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","l":"IinDetailsRequest"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","l":"IinDetailsResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"IinLookupAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.iin","l":"IinStatus"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"KeyValuePair"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"Length"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"FormElement.ListType"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"LoadImageAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"Luhn"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"MobileIntegrationLevel"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"ConvertAmountAsyncTask.OnAmountConvertedListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentItemsAsyncTask.OnBasicPaymentItemsCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentProductGroupsAsyncTask.OnBasicPaymentProductGroupsCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"BasicPaymentProductsAsyncTask.OnBasicPaymentProductsCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"CustomerDetailsAsyncTask.OnCustomerDetailsCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"EncryptDataAsyncTask.OnEncryptDataCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"IinLookupAsyncTask.OnIinLookupCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"LoadImageAsyncTask.OnImageLoadedListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductAsyncTask.OnPaymentProductCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductDirectoryAsyncTask.OnPaymentProductDirectoryCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductGroupAsyncTask.OnPaymentProductGroupCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","l":"SessionEncryptionHelper.OnPaymentRequestPreparedListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PublicKeyAsyncTask.OnPublicKeyLoadedListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"ThirdPartyStatusAsyncTask.OnThirdPartyStatusCallCompleteListener"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PaymentContext"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentItem"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PaymentItemCacheKey"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProduct"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","l":"PaymentProduct302SpecificData"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","l":"PaymentProduct320SpecificData"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.specificdata","l":"PaymentProduct863SpecificData"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductDirectoryAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PaymentProductDirectoryResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProductField"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProductFieldDisplayElement"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProductGroup"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PaymentProductGroupAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PaymentRequest"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.caching","l":"Preferences"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.displayhints","l":"DisplayHintsProductFields.PreferredInputType"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PreparedPaymentRequest"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"PublicKeyAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"PublicKeyResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"Range"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"RegularExpression"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"ResidentIdNumber"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","l":"Session"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.session","l":"SessionEncryptionHelper"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"Size"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"KeyValuePair.Status"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.formatter","l":"StringFormatter"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"TermsAndConditions"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"ThirdPartyStatus"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.asynctask","l":"ThirdPartyStatusAsyncTask"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model","l":"ThirdPartyStatusResponse"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"Tooltip"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"PaymentProductField.Type"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.exception","l":"UnknownNetworkException"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk","l":"Util"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationErrorMessage"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRule"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleBoletoBancarioRequiredness"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleEmailAddress"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleExpirationDate"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleFixedList"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleIBAN"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleLength"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleLuhn"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleRange"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleRegex"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleResidentIdNumber"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationRuleTermsAndConditions"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation","l":"ValidationType"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.validation","l":"Validator"},{"p":"com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct","l":"ValueMap"}];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html b/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html index ae510af..b223b35 100644 --- a/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html +++ b/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/configuration/Constants.html @@ -218,7 +218,11 @@

    Field Summary

     
    static final String
    -
     
    +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
    static final String
    @@ -232,12 +236,16 @@

    Field Summary

    static final String
    -
    Afterpay Installments product ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    static final String
    -
    Afterpay Invoice product ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    static final String
    @@ -292,7 +300,11 @@

    Field Summary

    static final String
    -
     
    +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
  • @@ -832,7 +844,11 @@

    PAYMENTPRODUCTID_BCMC

  • PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS

    -
    public static final String PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS
    +
    @Deprecated +public static final String PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS
    +
    Deprecated. +
    Will be removed in a future release.
    +
    Afterpay Installments product ID
    See Also:
    @@ -847,7 +863,11 @@

    PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS

  • PAYMENTPRODUCTID_AFTERPAY_INVOICE

    -
    public static final String PAYMENTPRODUCTID_AFTERPAY_INVOICE
    +
    @Deprecated +public static final String PAYMENTPRODUCTID_AFTERPAY_INVOICE
    +
    Deprecated. +
    Will be removed in a future release.
    +
    Afterpay Invoice product ID
    See Also:
    @@ -862,7 +882,11 @@

    PAYMENTPRODUCTID_AFTERPAY_INVOICE

  • INSTALLMENTPLAN_FIELD_ID

    -
    public static final String INSTALLMENTPLAN_FIELD_ID
    +
    @Deprecated +public static final String INSTALLMENTPLAN_FIELD_ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    See Also:
    @@ -876,7 +900,11 @@

    INSTALLMENTPLAN_FIELD_ID

  • TERMSANDCONDITIONS_FIELD_ID

    -
    public static final String TERMSANDCONDITIONS_FIELD_ID
    +
    @Deprecated +public static final String TERMSANDCONDITIONS_FIELD_ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    See Also:
    diff --git a/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html b/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html index 9b12f39..362df43 100644 --- a/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html +++ b/apidocs/latest/com/ingenico/connect/gateway/sdk/client/android/sdk/model/paymentproduct/PaymentProductField.html @@ -128,7 +128,7 @@

    Constructor Summary

    Method Summary

    -
    +
    Modifier and Type
    @@ -167,9 +167,13 @@

    Method Summary

     
    - - -
     
    + + +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
    @@ -226,7 +230,11 @@

    getType

  • getUsedForLookup

    -
    public Boolean getUsedForLookup()
    +
    @Deprecated +public Boolean getUsedForLookup()
    +
    Deprecated. +
    Will be removed in a future release.
    +
  • diff --git a/apidocs/latest/constant-values.html b/apidocs/latest/constant-values.html index dea1518..e87a3a4 100644 --- a/apidocs/latest/constant-values.html +++ b/apidocs/latest/constant-values.html @@ -163,7 +163,7 @@

    com.ingenico.*

    "Ingenico"
    public static final String
    -
    "AndroidClientSDK/v6.1.2"
    +
    "AndroidClientSDK/v6.1.3"
    public static final String
    "termsAndConditions"
    diff --git a/apidocs/latest/deprecated-list.html b/apidocs/latest/deprecated-list.html index af69a6f..4ab8f25 100644 --- a/apidocs/latest/deprecated-list.html +++ b/apidocs/latest/deprecated-list.html @@ -335,15 +335,31 @@

    Contents

    Will be removed in a future release.
    - +
    +
    Will be removed in a future release.
    +
    + +
    +
    Will be removed in a future release.
    +
    + +
    +
    Will be removed in a future release.
    +
    + + - + +
    +
    Will be removed in a future release.
    +
    +
    Will be removed in a future release.
    - +
    Will be removed in a future release.
    @@ -390,12 +406,16 @@

    Contents

    - +
    - +
    Will be removed in a future release.
    - +
    + +
    + +
  • diff --git a/apidocs/latest/index-all.html b/apidocs/latest/index-all.html index 281dbd9..1d06510 100644 --- a/apidocs/latest/index-all.html +++ b/apidocs/latest/index-all.html @@ -1391,7 +1391,11 @@

    G

    Gets the map with all unmasked field values.
    getUsedForLookup() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField
    -
     
    +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
    getValidationRules() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
     
    getValidator() - Method in class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.DataRestrictions
    @@ -1505,7 +1509,11 @@

    I

    Convenience method for creating a Session with a given ipAddress
  • INSTALLMENTPLAN_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    -
     
    +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
    INTEGER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductField.Type
     
    INTEGER - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.PaymentProductFieldDisplayElement.PaymentProductFieldDisplayElementType
    @@ -1932,11 +1940,15 @@

    P

    PAYMENTPRODUCTID_AFTERPAY_INSTALLMENTS - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    -
    Afterpay Installments product ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    PAYMENTPRODUCTID_AFTERPAY_INVOICE - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    -
    Afterpay Invoice product ID
    +
    Deprecated. +
    Will be removed in a future release.
    +
    PAYMENTPRODUCTID_APPLEPAY - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    @@ -2262,7 +2274,11 @@

    T

    TERMSANDCONDITIONS - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.validation.ValidationType
     
    TERMSANDCONDITIONS_FIELD_ID - Static variable in class com.ingenico.connect.gateway.sdk.client.android.sdk.configuration.Constants
    -
     
    +
    +
    Deprecated. +
    Will be removed in a future release.
    +
    +
    TEXT - Enum constant in enum class com.ingenico.connect.gateway.sdk.client.android.sdk.model.paymentproduct.FormElement.ListType
     
    ThirdPartyStatus - Enum Class in com.ingenico.connect.gateway.sdk.client.android.sdk.model
    diff --git a/apidocs/latest/legal/jqueryUI.md b/apidocs/latest/legal/jqueryUI.md index 8031bdb..8bda9d7 100644 --- a/apidocs/latest/legal/jqueryUI.md +++ b/apidocs/latest/legal/jqueryUI.md @@ -1,4 +1,4 @@ -## jQuery UI v1.12.1 +## jQuery UI v1.13.2 ### jQuery UI License ``` diff --git a/apidocs/latest/script-dir/jquery-ui.min.css b/apidocs/latest/script-dir/jquery-ui.min.css index d64539c..693327f 100644 --- a/apidocs/latest/script-dir/jquery-ui.min.css +++ b/apidocs/latest/script-dir/jquery-ui.min.css @@ -1,4 +1,4 @@ -/*! jQuery UI - v1.13.1 - 2022-05-12 +/*! jQuery UI - v1.13.2 - 2023-02-27 * http://jqueryui.com * Includes: core.css, autocomplete.css, menu.css * Copyright jQuery Foundation and other contributors; Licensed MIT */ diff --git a/apidocs/latest/script-dir/jquery-ui.min.js b/apidocs/latest/script-dir/jquery-ui.min.js index 55c2832..8166a15 100644 --- a/apidocs/latest/script-dir/jquery-ui.min.js +++ b/apidocs/latest/script-dir/jquery-ui.min.js @@ -1,6 +1,6 @@ -/*! jQuery UI - v1.13.1 - 2022-05-12 +/*! jQuery UI - v1.13.2 - 2023-02-27 * http://jqueryui.com * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js * Copyright jQuery Foundation and other contributors; Licensed MIT */ -!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.1";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
  • "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
      ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
      ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
      ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file +!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.2";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
      "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
        ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
        ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
        ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
        ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file