Procházet zdrojové kódy

fix(types): Add missing applicationNameForUserAgent type (#589)

Penar Musaraj před 5 roky
rodič
revize
ef6c3412d5
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7
    0
      src/WebViewTypes.ts

+ 7
- 0
src/WebViewTypes.ts Zobrazit soubor

376
    * @platform ios
376
    * @platform ios
377
    */
377
    */
378
   useSharedProcessPool?: boolean;
378
   useSharedProcessPool?: boolean;
379
+
380
+  /**
381
+   * Append to the existing user-agent. Overriden if `userAgent` is set.
382
+   * @platform ios
383
+   */
384
+  applicationNameForUserAgent?: string;
385
+
379
   /**
386
   /**
380
    * The custom user agent string.
387
    * The custom user agent string.
381
    */
388
    */