getDataRetentionBot
abstract suspend fun getDataRetentionBot(input: GetDataRetentionBotRequest): GetDataRetentionBotResponse
Retrieves information about the data retention bot in a Wickr network, including its status and whether the data retention service is enabled.
Samples
// Get data retention bot successfully
val resp = wickrClient.getDataRetentionBot {
networkId = "12345678"
}Content copied to clipboard
// Get data retention bot not provisioned
val resp = wickrClient.getDataRetentionBot {
networkId = "12345678"
}Content copied to clipboard