Skip to main content

Scheduled Content

Overview

The very essence of any e-commerce app is to show their customers, latest deals and new arrivals of products or services. Or you might often want to schedule which products to show when. BILDIT provides you with a component called Banner for scheduled content

You can simply import Banner into your screen or component you want to display.

Props

PropTypeRequiredDescription
onPressfunctionNoTriggers event on scheduled content press
data
image?:string,
code?:string
YesData from Visual Experience Engine which will be rendered into an output

If the data from the BILDIT Visual Experience Engine has the code field in data then that code will be rendered into a React Component on the runtime. For example the following scheduled content is the code that is written on the Visual Experience Engine and rendered dynamically on the mobile app. It has text, image, and clickable label.

Source: BILDIT App

More information

More information of how to get scheduled content data and manage them is covered in RESTful APIs and Visual Experience Engine sections.