References
Use the library
<script src="https://static.iadvize.com/conversation-panel-app-lib/2.9.0/idzcpa.umd.production.min.js"></script>Client
idzCpa
init() : Promise
window.idzCpa.init().then(client => {
//some code
})context
type Context = {
conversationId: string;
projectId: string;
channel: Channel;
language: string;
}insertTextInComposeBox(string)
pushCardInConversationThreat(Card)
pushCardBundleInConversationThread(Carousel)
getJWT() : string
ApplePay
pushApplePayPaymentRequestInConversationThread(ApplePayPaymentRequestType) : Promise
Last updated