getDataRetentionBot

Retrieves information about the data retention bot in a Wickr network, including its status and whether the data retention service is enabled.

Samples


fun main() { 
   //sampleStart 
   // Get data retention bot successfully
val resp = wickrClient.getDataRetentionBot {
    networkId = "12345678"
} 
   //sampleEnd
}

fun main() { 
   //sampleStart 
   // Get data retention bot not provisioned
val resp = wickrClient.getDataRetentionBot {
    networkId = "12345678"
} 
   //sampleEnd
}