ALConsentFlowTermsOfServiceAndPrivacyPolicyAndATT.json 933 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "states": [{
  3. "id": 1,
  4. "is_initial_state": true,
  5. "type": "alert",
  6. "title": {
  7. "key": "PP_AND_TOS_TITLE",
  8. "key_unified_flow": "PP_AND_TOS_TITLE_UNIFIED_FLOW",
  9. "replacements": ["<APP_NAME>"]
  10. },
  11. "message": {
  12. "key": "AGREE_MESSAGE",
  13. "key_unified_flow": "AGREE_MESSAGE_UNIFIED_FLOW"
  14. },
  15. "transitions": [{
  16. "title": {
  17. "key": "AGREE_TO_TERMS_BUTTON_TITLE",
  18. "key_unified_flow": "CONTINUE_BUTTON_TITLE_UNIFIED_FLOW"
  19. },
  20. "style": "default",
  21. "destination_state_id": 12
  22. }]
  23. }, {
  24. "id": 12,
  25. "type": "event",
  26. "name": "tos_ok",
  27. "destination_state_id": 14
  28. }, {
  29. "id": 14,
  30. "type": "att",
  31. "destination_state_id": 99
  32. }, {
  33. "id": 99,
  34. "type": "reinit"
  35. }]
  36. }