Baterka
Baterka

Reputation: 3714

Where to get Java packages for Google Pay services?

I need to implement Google Pay Passes loyalty card as described in this tutorial, but I am unable to implement it, because I am missing some com.google.android.gms.pay which are not imported as default in Android Studio.

Where to get those packages?

import com.google.android.gms.pay.Pay;
import com.google.android.gms.pay.PayApiAvailabilityStatus;
import com.google.android.gms.pay.PayClient;

I was not able to found them.

Upvotes: 2

Views: 609

Answers (1)

Related Questions