Platform

sealed class Platform

Developer desktop or target mobile app or website platform.

Inheritors

Types

Link copied to clipboard
object Android : Platform
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
object Linux : Platform
Link copied to clipboard
object Objc : Platform
Link copied to clipboard
object Osx : Platform
Link copied to clipboard
data class SdkUnknown(val value: String) : Platform
Link copied to clipboard
object Swift : Platform
Link copied to clipboard
object Windows : Platform

Properties

Link copied to clipboard
abstract val value: String