About Theymes SDK
Theymes SDK allows you to integrate Theymes into your game or web page. It allows you to gather feedback from your players, provide in-game support, and more.
Unity
About Unity SDK
Theymes Unity SDK is a plugin for Unity that allows you to integrate Theymes into your iOS, Android, WebGL, Windows, macOS, and Linux games. It allows you to gather feedback fro...
Installing the SDK
Installing the Theymes Unity SDK is a straightforward process. You can either install the SDK from Git or from a tarball.
Configuring the SDK
There are many options to customize the SDK to your needs. Theymes provides flexible way of configuring the SDK either by passing a TheymesConfig object to functions or by setti...
Notifications
There are three kind of notications that Theymes SDK supports:
Push notifications
To understand different notifications capabilities of Theymes SDK, please check the Notifications page. This page details how to setup push notifications for iOS and Android in...
Privacy and young players
Theymes SDK doesn't collect any personal data from the player by default. However it is possible for the game to send data that is considered personal data to Theymes as form of...
API Reference
All the Theymes SDK methods are static and can be called using the TheymesSdk class. The TheymesSdk class is located in the Theymes namespace.
iOS
About iOS SDK
Theymes has a native iOS SDK for Swift and Objective-C. It lets you add in-app help center, open specific resources (e.g. articles or collectors), set player metadata, and use i...
Installing the SDK
Add the Theymes SDK to your iOS project with CocoaPods. Choose the SDK version from the Theymes iOS SDK releases page.
Configuring the SDK
There are many options to customize the SDK to your needs. You can either pass a config dictionary to methods like openSupport(config:), or set configuration via the Theymes cla...
Notifications
Theymes SDK supports three kinds of notifications:
Push notifications
For an overview of notification types, see Notifications. This page describes how to set up push notifications on iOS.
Privacy and young players
Theymes SDK doesn't collect any personal data from the player by default. However your app can send data that is considered personal (e.g. custom metadata or collector data) to...
API Reference
All SDK methods are static and are called on the Theymes class.
Web
About Web SDK
Theymes has a native Web SDK for Javascript. You can use the Web SDK in your game or as a widget on your web page.
Installing the SDK
You can install the SDK from npm or using a <script> tag:
Configuring the SDK
There are many options to customize the SDK to your needs. You can either pass a config object to methods like openSupport(), or set configuration via the SDK methods (e.g. setL...
Using the SDK
If you install the SDK with <script> tag, the SDK is in window.theymes namespace, e.g. theymes.initialize.
Web Widget
If you install the widget with <script> tag, the SDK is in window.theymes namespace, e.g. theymes.initialize.
Content Security Policy (CSP)
If you use Content Security Policy in your game or on your web page, this guide helps you to make sure Theymes SDK works with your policy.
API Reference
JavaScript SDK methods for initializing Theymes, opening support, and configuring the player.