FeatureConsentType

data class FeatureConsentType


Platform-independent data class for feature consent.

Summary

Public constructors

Public properties

Int

The id of the feature.

String

The name of the feature.

Public constructors

FeatureConsentType

FeatureConsentType(name: String, id: Int)

Public properties

id

val idInt

The id of the feature.

name

val nameString

The name of the feature.