HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Show Prompt Options

This API is used to show the Instabug invocation menu manually and does not take any arguments.

//Invoke Instabug
Instabug.show()
//Invoke Instabug
[Instabug show];
Instabug.show();
Instabug.show();
cordova.plugins.instabug.show(successCb, errorCb)
Instabug.Show();