I am going along with the tutorial here, and am getting there error The method getIntentSender() is undefined for the type ConnectionResult in the onConne
The method getIntentSender() is undefined for the type ConnectionResult
onConne
As of today and Google Play SDK version 15, this has been replaced with
result.startResolutionForResult(this, // your activity RC_SIGN_IN);
as per the updated documentation.
Hope it helps you
result.getResolution().getIntentSender()