appcues / appcues-android-sdk

The Appcues Android SDK
https://www.appcues.com/mobile
MIT License
10 stars 3 forks source link

✨ Adding delay action #622

Closed andretortolano closed 6 months ago

andretortolano commented 6 months ago

Adding support for the new @appcues/delay action:

{
  "on": "navigate",
  "type": "@appcues/delay",
  "config": {
    "duration": 3000
  }
}