Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"iconData" is not updating image. #4

Open
mailtodanish opened this issue Jun 15, 2024 · 0 comments
Open

"iconData" is not updating image. #4

mailtodanish opened this issue Jun 15, 2024 · 0 comments

Comments

@mailtodanish
Copy link

"iconData" is not updating image.
can you please provide a sample for icon change on close message.

apiVersion: 1,
method: "close",
iconData: {
color: "highlight",
text: "117",
image: new Blob([icon], {
type: "image/svg+xml",
}),
},
I am getting error below
{
"apiVersion": 1,
"method": "error",
"entity": "activityList",
"errors": [
{
"type": "TYPE_ICON_DATA",
"code": "CODE_ICON_BLOB_INVALID"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant