withIOS method

Implementation

RequestSubscriptionBuilder withIOS(IosSubscriptionBuilder configure) {
  configure(ios);
  return this;
}