-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: rename message variables to closer represent their purpose in SDK #755
chore: rename message variables to closer represent their purpose in SDK #755
Conversation
Part of: https://linear.app/customerio/issue/MBL-310/create-a-uikit-uiview-that-displays-an-inline-in-app-message-sent-from As a follow-up to PR: #716, this change renames 2 Message properties to better explain the purpose of the properties in the SDK. Notes to reviewer: * `InAppMessage.messageId` is part of the public API. This change keeps backwards compatibility by not renaming this property.
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
SDK binary size reports 📊SDK binary size of this PR
SDK binary size diff report between this PR and the main branch
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/inline-inapp #755 +/- ##
========================================================
- Coverage 66.75% 66.45% -0.30%
========================================================
Files 145 145
Lines 4160 4162 +2
========================================================
- Hits 2777 2766 -11
- Misses 1383 1396 +13 ☔ View full report in Codecov by Sentry. |
Original PR I opened was approved. So I will merge into feature branch. |
I am creating this PR because the previous one got closed and I cannot re-open it.
Description copied from the closed PR:
Part of: https://linear.app/customerio/issue/MBL-310/create-a-uikit-uiview-that-displays-an-inline-in-app-message-sent-from
As a follow-up to PR: #716, this change renames 2 Message properties to better explain the purpose of the properties in the SDK.
Notes to reviewer:
InAppMessage.messageId
is part of the public API. This change keeps backwards compatibility by not renaming this property.