Cooldown
In order to use the SDK cooldown feature you need to:
- Activate the feature in metamap(flow) settings on dashboard
- Pass one of the following keys or your custom key(if such was set in the dashboard) to the Metadata like in the example below:
phoneNumber
email
documentNumber
MetaMapRNSdk.showFlow("YOUR_CLIENT_ID",
"YOUR_FLOW_ID", { "phoneNumber": "value"});
Updated 12 months ago