Package-level declarations

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RspBuild(val address: String)

The response for the build method call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RspConsentApply(val success: Boolean, val reason: String? = null)

The response for the applyConsent method call in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RspConsentGet(val consent: TikiSdkConsent)

The response for the getConsent and modifyConsentmethod calls in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RspError(val message: String, val stackTrace: String)

The response for the errors thrown in the Platform Channel.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class RspOwnership(val ownership: TikiSdkOwnership)

The response for the assignOwnership and getOwnership method calls in the Platform Channel.