setUserAgentSuffix static method

void setUserAgentSuffix(
  1. String suffix
)

Set the user agent suffix for WebView Default is 'embeddablewidget', you can set it to 'remit2any' or any other value

Implementation

static void setUserAgentSuffix(String suffix) {
  _userAgentSuffix = suffix;
}