checkRequirements

@Deprecated(message = "Please us the coroutine alternative which does a more comprehensive check.", replaceWith = @ReplaceWith(imports = {}, expression = "checkRequirementsAsync(packageManager)"))
public final List<Requirement> checkRequirements(PackageManager packageManager)

Deprecated

Please us the coroutine alternative which does a more comprehensive check.

Replace with

checkRequirementsAsync(packageManager)

Checks the required conditions needed to finish the payment flow to avoid unnecessary document upload. See Requirement for possible requirements.

Return

List of missing requirements. Empty list means all requirements are met.