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

Fix custom cards handling #697

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Fix custom cards handling #697

merged 1 commit into from
Jul 26, 2023

Conversation

yurii-glia
Copy link
Contributor

SDK differentiate custom card and response card based on metadata property.
If the type is single choice card and metadata is nil, SDK should draw a message as a response card.
If the type is single choice card and metadata is not nil, SDK should pass metadata to renderer and render custom card.

MOB-2342

Sdk differentiate custom card and usual response card based on metadata.
If the type is single choice card and metadata is nil, SDK should draw a message
as a response card.
If the type is single choice card and metadata is not nil, SDK should pass
metadata to renderer and render custom card.

MOB-2342
Copy link
Contributor

@igorkravchenko igorkravchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@yurii-glia yurii-glia merged commit bcd6e44 into development Jul 26, 2023
1 check passed
@yurii-glia yurii-glia deleted the MOB-2342/0 branch July 26, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants