TikiSdkDestination

@JsonClass(generateAdapter = true)
open class TikiSdkDestination(val paths: List<String>, val uses: List<String> = listOf("*"))

The destination to which the data is consented to be used.

Constructors

Link copied to clipboard
fun TikiSdkDestination(paths: List<String>, uses: List<String> = listOf("*"))

Create empty Tiki sdk destination

Types

Link copied to clipboard

TikiSdkDestination.ALL

Link copied to clipboard

TikiSdkDestination.NONE

Properties

Link copied to clipboard

The destination paths.

Link copied to clipboard

The destination use cases.

Inheritors

Link copied to clipboard
Link copied to clipboard