withAndroid method

Implementation

RequestPurchaseBuilder withAndroid(AndroidPurchaseBuilder configure) {
  configure(android);
  return this;
}