isSetupResult

fun isSetupResult(requestCode: Int, data: Intent?): Boolean

Check if the requestCode and Intent is for SetupIntentResult. The Intent should be retrieved from the result from Activity#onActivityResult(int, int, Intent)}} by Activity started with confirmSetupIntent.

Return

whether the requestCode and intent is for SetupIntentResult.