destroy
Stops the SDK, releases resources, and unregisters the shake detector.
Samples
import android.app.Activity
import com.mcpfeedback.sdk.MCPFeedback
fun main() {
//sampleStart
MCPFeedback.destroy()
//sampleEnd
}Stops the SDK, releases resources, and unregisters the shake detector.
import android.app.Activity
import com.mcpfeedback.sdk.MCPFeedback
fun main() {
//sampleStart
MCPFeedback.destroy()
//sampleEnd
}