Class SeamHttpSeamMobileSdkV1PhoneSessions

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>
ltsVersion: "1.0.0" = seamApiLtsVersion
ltsVersion: string = seamApiLtsVersion

Methods

  • Parameters

    • Optionalparameters: {
          custom_sdk_installation_id: string;
          phone_device_metadata?: {
              manufacturer?: string;
              model?: string;
              os_version?: string;
          };
          phone_os: "android" | "ios";
      }
      • custom_sdk_installation_id: string

        ID of the custom SDK installation that you want to use for the new session.

      • Optionalphone_device_metadata?: {
            manufacturer?: string;
            model?: string;
            os_version?: string;
        }

        Phone device metadata that you want to use for the new session.

        • Optionalmanufacturer?: string
        • Optionalmodel?: string
        • Optionalos_version?: string
      • phone_os: "android" | "ios"

        Phone operating system that you want to use for the new session.

    • options: SeamMobileSdkV1PhoneSessionsGetOrCreateOptions = {}

    Returns SeamMobileSdkV1PhoneSessionsGetOrCreateRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>