Skip to content

Commit 0a3fb7a

Browse files
committed
📝 Edited documentation
1 parent dbfb104 commit 0a3fb7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

android/src/main/java/com/instabug/instabugflutter/InstabugFlutterPlugin.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ public void onMethodCall(MethodCall call, Result result) {
8484
}
8585
}
8686

87-
/**
88-
* starts the SDK with the desired
89-
* @param token token The token that identifies the app, you can find
90-
* it on your dashboard.
91-
* @param invocationEvents invocationEvents The events that invoke
92-
* the SDK's UI.
93-
*/
94-
87+
/**
88+
* starts the SDK
89+
* @param application the application Object
90+
* @param token token The token that identifies the app, you can find
91+
* it on your dashboard.
92+
* @param invocationEvents invocationEvents The events that invoke
93+
* the SDK's UI.
94+
*/
9595
public void start(Application application, String token, ArrayList<String> invocationEvents) {
9696
InstabugInvocationEvent[] invocationEventsArray = new InstabugInvocationEvent[invocationEvents.size()];
9797
for (int i = 0; i < invocationEvents.size(); i++) {

0 commit comments

Comments
 (0)