FeatureStatus

data class FeatureStatus(isSdkEnabled: Boolean)

Author

Umang Chamaria

Constructors

FeatureStatus
Link copied to clipboard
fun FeatureStatus(isSdkEnabled: Boolean)

Types

Companion
Link copied to clipboard
object Companion

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

isSdkEnabled
Link copied to clipboard
val isSdkEnabled: Boolean