Table of Contents
API Documentation: | HybridOptions |
---|
DSL object for configuring hybrid web view objects.
Property | Description |
domains | Specifies instrumented domains used by the web part of your hybrid application |
enabled | Specifies if the hybrid feature is enabled |
fileDomainCookies | Enables/disables file scheme cookies and automatically adds the cookies to the |
httpsDomains | Specifies instrumented https domains used by the web part of your hybrid application |
Method | Description |
domains(domain) | Specifies instrumented domains used by the web part of your hybrid application |
domains(domains) | Specifies instrumented domains used by the web part of your hybrid application |
httpsDomains(httpsDomain) | Specifies instrumented https domains used by the web part of your hybrid application |
httpsDomains(httpsDomains) | Specifies instrumented https domains used by the web part of your hybrid application |
Specifies instrumented domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Domains or sub-domains must start with a dot.
Enables/disables file scheme cookies and automatically adds the cookies to the file://
domain.
Specifies instrumented https domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Https Domains always need to start with https://. Domains or sub-domains must start with a dot.
void
domains
(String
domain)
Specifies instrumented domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Domains or sub-domains must start with a dot.
void
domains
(String
...
domains)
String
...Specifies instrumented domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Domains or sub-domains must start with a dot.
void
httpsDomains
(String
httpsDomain)
Specifies instrumented https domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Https Domains always need to start with https://. Domains or sub-domains must start with a dot.
void
httpsDomains
(String
...
httpsDomains)
String
...Specifies instrumented https domains used by the web part of your hybrid application
For hybrid applications using the JavaScript library, cookies need to be set for each instrumented domain or server the application communicates with. You can specify domains, host or IP addresses. Https Domains always need to start with https://. Domains or sub-domains must start with a dot.