Offer Card
Show video/image card to your users for discounts or offers or information.
const { loadOfferCard } = window.WTN
loadOfferCard({
"action": "showOfferCard",
"data": {
"action": {
"url": "https://www.webtonative.com",
"button": {
"textColor": "#FFFFFF",
"bgColor": "#111111",
"text": "WebToNative",
}
},
"card":{
"size": "SMALL",
"position": "RIGHT",
"bgColor":"#000000",
"content": {
"type": "IMAGE",
"url": "https://wallpaperaccess.com/full/2083830.jpg"
}
},
"id": "abc", // optional - specify only when to use the scheduling feature
"schedule": {
"duration": 1,
"unit": "minutes"
}
}
})Parameters


Last updated