Data for Value Added module. Required fields are header and uri.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Header to be displayed on the module. Character limit is 60 and longer strings will be truncated. |
body |
Body to be displayed on the module. Character limit is 50 and longer strings will be truncated. |
image |
Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio. |
uri |
URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking. |
view |
Constraints that all must be met for the module to be shown. |
sort |
The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined. |
ModuleViewConstraints
Constraints that all must be met for the module to be shown.
JSON representation |
---|
{
"displayInterval": {
object ( |
Fields | |
---|---|
display |
The period of time that the module will be displayed to users. Can define both a |