Accedi
Dismiss
content_copy
Copy to Clipboard
Caricamento in corso...
{ "sections": [ { "header": "Add new contact", "widgets": [ { "textInput": { "label": "Name", "type": "SINGLE_LINE", "name": "contactName" } }, { "textInput": { "label": "Address", "type": "MULTIPLE_LINE", "name": "address" } }, { "decoratedText": { "text": "Add to favorites", "switchControl": { "controlType": "SWITCH", "name": "saveFavorite" } } }, { "decoratedText": { "text": "Merge with existing contacts", "switchControl": { "controlType": "SWITCH", "name": "mergeContact", "selected": true } } }, { "buttonList": { "buttons": [ { "text": "Next", "onClick": { "action": { "function": "openSequentialDialog" } } } ] } } ] } ] }
chevron_right
chevron_left
Collapse