mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
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:
parent
f852dd9510
commit
72335bfd59
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user