showInAppMessagesIfNeeded

expect fun showInAppMessagesIfNeeded(messageTypes: List<<Error class: unknown class>> = listOf(StoreMessageType.BILLING_ISSUES))

Google Play and App Store only, no-op for Amazon. Displays the specified in-app message types to the user as a snackbar if there are any available to be shown. If PurchasesConfiguration.showInAppMessagesAutomatically is enabled, this will be done automatically.

For more info:

actual fun showInAppMessagesIfNeeded(messageTypes: List<<Error class: unknown class>>)