Enumeration TransportTypeConst

An enumeration that identifies the transport type that are requested to be used, if the requested transport is not available ir supported the SDK may choose the first available transport or it will log a warning to the diagnostic logger.

Enumeration Members

Enumeration Members

Beacon: 3

Use sendBeacon api if available

Fetch: 2

Use the Fetch api if available

NotSet: 0

Use the default available api

Xhr: 1

Use XMLHttpRequest or XMLDomainRequest if available

Generated using TypeDoc