Introduction
Creating example addon
Styling
Error handling
Managing secrets
Addon.initialize()
Addon.iframe()
settings
card_buttons
card_body_section
card_facade_badges
setData
getData
getAllData
setSettings
getSettings
getPermissions
getContext
getCard
getCardProperties
getCurrentUser
signUrl
storeSecret
getSecret
clearSecret
getLocale
getThemeType
render
openPopup
closePopup
openDialog
closeDialog
showSnackbar
fitSize
authorize
context.getAllData() - Retrieving all saved addon data within the current context.
Return value - Promise
// Here's an example value after resolving the promise { card: { private: {...}, shared: {...} } }