checkIfGooglePayIsReadyToUse

fun checkIfGooglePayIsReadyToUse(activity: Activity, resultHandler: (Boolean) -> Unit): Job

Check if Google Pay is ready to use.

Make sure call this method after setup.

The checking is performed asynchronously. This method do not verify if the app's environment is good to use Google Pay.