android-intent-onboarding
v2.0.4
Published
android intent for onboarding
Readme
android-intent-onboarding
android intent for onboarding
Install
npm install android-intent-onboarding
npx cap syncAPI
sendIntent(...)
sendIntent(options: SendIntentParams) => Promise<SendIntentResult>| Param | Type |
| ------------- | ------------------------------------------------------------- |
| options | SendIntentParams |
Returns: Promise<SendIntentResult>
Interfaces
SendIntentResult
| Prop | Type |
| ----------------- | ------------------- |
| order_id | string |
| status_paid | string |
| estado | string |
SendIntentParams
| Prop | Type |
| -------------- | ------------------- |
| orden_id | string |
| monto | number |
| st | string |
| channel | string |
| tipo | string |
