![JAR search and dependency download from the Maven repository](/logo.png)
com.pusher.SdkInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-platform-core Show documentation
Show all versions of pusher-platform-core Show documentation
Pusher Platform SDK for Kotlin and Java
package com.pusher
/**
* Information to be sent with every request sent through [com.pusher.platform.BaseClient].
*/
data class SdkInfo(val product: String, val sdkVersion: String, val platform: String, val language: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy