You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning says it's deprecated, I'm using customs InAppMessagingDisplay and I can't seem to find any replacement for this. Whats the best approach to fix this issue.
The text was updated successfully, but these errors were encountered:
Hey Xuan, when we deprecated the initializer for InAppMessagingAction we failed to consider the custom InAppMessagingDisplay case. We'll un-deprecate it with the next release.
[REQUIRED] Step 3: Describe the problem
When using
InAppMessagingAction(actionText: modalMessage.actionButton?.buttonText, actionURL: actionURL)
warning says it's deprecated, I'm using customs InAppMessagingDisplay and I can't seem to find any replacement for this. Whats the best approach to fix this issue.
The text was updated successfully, but these errors were encountered: