show

fun show(activity: Activity)

Opens the feedback flow for the given Activity. Captures a screenshot, then launches the annotation editor.

Parameters

activity

The current Activity to capture and launch from

Samples

import android.app.Activity
import com.mcpfeedback.sdk.MCPFeedback

fun main() { 
   //sampleStart 
   MCPFeedback.show(activity) 
   //sampleEnd
}