Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 710 Bytes

File metadata and controls

28 lines (16 loc) · 710 Bytes

SDK

Contains information about the SDK used to perform the request.

Properties

Name Type Description Notes
platform PlatformEnum Platform of the SDK used for the identification request.
version String Version string of the SDK used for the identification request.
integrations List<Integration> [optional]

Enum: PlatformEnum

Name Value
JS "js"
ANDROID "android"
IOS "ios"
UNKNOWN "unknown"
UNSUPPORTED_VALUE_SDK_UPGRADE_REQUIRED "unsupported_value_sdk_upgrade_required"