Home
last modified time | relevance | path

Searched refs:getCustomUserAgent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-default-userAgent.md104 在下面的示例中,通过[getCustomUserAgent()](../reference/apis-arkweb/js-apis-webview.md#getcustomuseragent10)接…
119 Button('getCustomUserAgent')
122 this.userAgent = this.controller.getCustomUserAgent();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-atomicservice-AtomicServiceWeb.md108 ### getCustomUserAgent subsection
110 getCustomUserAgent(): string
708 … console.info(`AtomicServiceWebLog getCustomUserAgent = ${this.controller.getCustomUserAgent()}`);
712 …console.info(`AtomicServiceWebLog getCustomUserAgent after set = ${this.controller.getCustomUserAg…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-default-userAgent.md104 Example of obtaining the custom user agent through [getCustomUserAgent()](../reference/apis-arkweb/…
119 Button('getCustomUserAgent')
122 this.userAgent = this.controller.getCustomUserAgent();
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-atomicservice-AtomicServiceWeb.md108 ### getCustomUserAgent subsection
110 getCustomUserAgent(): string
708 … console.info(`AtomicServiceWebLog getCustomUserAgent = ${this.controller.getCustomUserAgent()}`);
712 …console.info(`AtomicServiceWebLog getCustomUserAgent after set = ${this.controller.getCustomUserAg…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-web.md7 |新增|NA|类名:WebviewController;<br>方法or属性:getCustomUserAgent(): string;|@ohos.web.webview.d.ts|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js400 getCustomUserAgent() { method in AtomicServiceWebController
402 return this.webViewController?.getCustomUserAgent();
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-web.md7 |Added|NA|Class name: WebviewController;<br>Method or attribute name: getCustomUserAgent(): string;…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-web.md51 |新增|NA|类名:WebviewController;<br>方法or属性:getCustomUserAgent(): string;|@ohos.web.webview.d.ts|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets280 getCustomUserAgent(): string | undefined {
282 return this.webViewController?.getCustomUserAgent();
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-web.md51 |Added|NA|Class name: WebviewController;<br>Method or attribute name: getCustomUserAgent(): string;…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md5478 ### getCustomUserAgent<sup>10+</sup>
5480 getCustomUserAgent(): string
5517 Button('getCustomUserAgent')
5520 this.userAgent = this.controller.getCustomUserAgent();
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md5478 ### getCustomUserAgent<sup>10+</sup>
5480 getCustomUserAgent(): string
5517 Button('getCustomUserAgent')
5520 this.userAgent = this.controller.getCustomUserAgent();