getDataRetentionBot

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"
}
// Get data retention bot not provisioned
val resp = wickrClient.getDataRetentionBot {
    networkId = "12345678"
}