check Requirements
@Deprecated(message = "Please us the coroutine alternative which does a more comprehensive check.", replaceWith = @ReplaceWith(imports = {}, expression = "checkRequirementsAsync(packageManager)" ) )
Deprecated
Please us the coroutine alternative which does a more comprehensive check.
Replace with
checkRequirementsAsync(packageManager)
Content copied to clipboard
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.