commonMain.com.myunidays.segmenkt.Platform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Segmenkt Show documentation
Show all versions of Segmenkt Show documentation
Kotlin Multiplatform Wrapper for Segment
package com.myunidays.segmenkt
expect val platform: PlatformType
enum class PlatformType {
IOS,
ANDROID,
JS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy