withLocale method

SNSMobileSDKBuilder withLocale(
  1. Locale locale
)

Implementation

SNSMobileSDKBuilder withLocale(Locale locale) {
  this.locale = locale;
  return this;
}