destroy

fun 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
}