cdk-amazon-chime-resources
Version:

10 lines (9 loc) • 423 B
TypeScript
import { Provider, UserAgent } from "@aws-sdk/types";
import { DefaultUserAgentOptions } from "./configurations";
/**
* @internal
*
* Default provider to the user agent in ReactNative. It's a best effort to infer
* the device information. It uses bowser library to detect the browser and virsion
*/
export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;