withStrings method

SNSMobileSDKBuilder withStrings(
  1. Map<String, String> strings
)

Implementation

SNSMobileSDKBuilder withStrings(Map<String, String> strings) {
  this.strings = strings;
  return this;
}