withAutoCloseOnApprove method

SNSMobileSDKBuilder withAutoCloseOnApprove(
  1. int autoCloseOnApprove
)

Implementation

SNSMobileSDKBuilder withAutoCloseOnApprove(int autoCloseOnApprove) {
  this.autoCloseOnApprove = autoCloseOnApprove;
  return this;
}