Package-level declarations

Types

Link copied to clipboard
data class ChannelTypeDescriptionResponse(val channelDescription: String? = null, val channelFunctions: List<String>? = null, val channelType: String? = null)

EngagementFabric channel description

Link copied to clipboard
data class GetAccountResult(val id: String, val location: String, val name: String, val sku: SKUResponse, val tags: Map<String, String>? = null, val type: String)

The EngagementFabric account

Link copied to clipboard
data class GetChannelResult(val channelFunctions: List<String>? = null, val channelType: String, val credentials: Map<String, String>? = null, val id: String, val name: String, val type: String)

The EngagementFabric channel

Link copied to clipboard
data class KeyDescriptionResponse(val name: String, val rank: String, val value: String)

The description of the EngagementFabric account key

Link copied to clipboard

List of the EngagementFabric channel descriptions

Link copied to clipboard

The list of the EngagementFabric account keys

Link copied to clipboard
data class SKUResponse(val name: String, val tier: String? = null)

The EngagementFabric SKU