-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from CleverTap/develop
Release v3.3.0
- Loading branch information
Showing
50 changed files
with
2,768 additions
and
7,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"Example template": { | ||
"type": "template", | ||
"arguments": { | ||
"bool": { | ||
"type": "boolean", | ||
"value": false | ||
}, | ||
"string": { | ||
"type": "string", | ||
"value": "Default" | ||
}, | ||
"map": { | ||
"type": "object", | ||
"value": { | ||
"int": { | ||
"type": "number", | ||
"value": 0 | ||
}, | ||
"string": { | ||
"type": "string", | ||
"value": "Default" | ||
} | ||
} | ||
}, | ||
"action": { | ||
"type": "action" | ||
}, | ||
"file": { | ||
"type": "file" | ||
} | ||
} | ||
}, | ||
"Example function": { | ||
"type": "function", | ||
"isVisual": false, | ||
"arguments": { | ||
"double": { | ||
"type": "number", | ||
"value": 99.98 | ||
}, | ||
"string": { | ||
"type": "string", | ||
"value": "Default" | ||
}, | ||
"file": { | ||
"type": "file" | ||
} | ||
} | ||
}, | ||
"Example visual function": { | ||
"type": "function", | ||
"isVisual": true, | ||
"arguments": { | ||
"color": { | ||
"type": "string", | ||
"value": "transparent" | ||
}, | ||
"enabled": { | ||
"type": "boolean", | ||
"value": false | ||
}, | ||
"image": { | ||
"type": "file" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.