feat(CustomUiSDK): added app invoke method (#3699)

* added custom-uisdk index file

* feat(CustomUiSDK): add plugin for Paytm Custom UI SDK

* removed template generated comments and added ngx at the end to the import

* feat(CustomUiSDK): added app invoke method
This commit is contained in:
rajgoenka 2021-08-03 02:25:00 +05:45 committed by GitHub
parent f852dd9510
commit 72335bfd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,14 @@ export class CustomUISDK extends IonicNativePlugin {
return; return;
} }
/**
* @return {Promise<any>} Returns object of response
*/
@Cordova()
appInvoke(): Promise<any> {
return;
}
/** /**
* @param cardNumber {string} card number * @param cardNumber {string} card number
* @param cardExpiry {string} card expiry * @param cardExpiry {string} card expiry