Sha256: 5312055af698d6d1028e0beb7ce3489aaeaf0e50ef1cc52e068d3492ba31ba61

Contents?: true

Size: 1.59 KB

Versions: 12

Compression:

Stored size: 1.59 KB

Contents

# KlaviyoAPI::DeviceMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **device_id** | **String** | Relatively stable ID for the device. Will update on app uninstall and reinstall | [optional] |
| **klaviyo_sdk** | **String** | The name of the SDK used to create the push token. | [optional] |
| **sdk_version** | **String** | The version of the SDK used to create the push token | [optional] |
| **device_model** | **String** | The model of the device | [optional] |
| **os_name** | **String** | The name of the operating system on the device. | [optional] |
| **os_version** | **String** | The version of the operating system on the device | [optional] |
| **manufacturer** | **String** | The manufacturer of the device | [optional] |
| **app_name** | **String** | The name of the app that created the push token | [optional] |
| **app_version** | **String** | The version of the app that created the push token | [optional] |
| **app_build** | **String** | The build of the app that created the push token | [optional] |
| **app_id** | **String** | The ID of the app that created the push token | [optional] |
| **environment** | **String** | The environment in which the push token was created | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::DeviceMetadata.new(
  device_id: 1234567890,
  klaviyo_sdk: swift,
  sdk_version: 1.0.0,
  device_model: iPhone12,1,
  os_name: ios,
  os_version: 14.0,
  manufacturer: Apple,
  app_name: Klaviyo,
  app_version: 1.0.0,
  app_build: 1,
  app_id: com.klaviyo.app,
  environment: release
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-11.1.0 docs/DeviceMetadata.md
klaviyo-api-sdk-11.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-10.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-9.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-8.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-7.1.0 docs/DeviceMetadata.md
klaviyo-api-sdk-6.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-5.1.0 docs/DeviceMetadata.md
klaviyo-api-sdk-5.0.0 docs/DeviceMetadata.md
klaviyo-api-sdk-4.2.0 docs/DeviceMetadata.md
klaviyo-api-sdk-4.1.0 docs/DeviceMetadata.md