awaitCanMakePayments

suspend fun Purchases.Companion.awaitCanMakePayments(features: List<<Error class: unknown class>> = listOf()): Boolean

Check if billing is supported for the current Play user (meaning IN-APP purchases are supported) and optionally, whether all features in the list of specified feature types are supported. This method is asynchronous since it requires a connected BillingClient.

Return

result of the check

Parameters

features

Play Store only. A list of feature types to check for support. Feature types must be one of BillingFeature. By default, is an empty list and no specific feature support will be checked.