Skip to content

Commit 83811ca

Browse files
authored
Update README.md
1 parent f05ad69 commit 83811ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Button registerUser = findViewById(R.id.registerUser);
7070
@Override
7171
public void onClick(View view) {
7272

73-
//Pass group title and your custom event message you want to send.
73+
//Pass `groupTitle` and your custom `eventMessage`.
7474
pingMeLive.simpleEvent("Registeration","Hey we got a new user "+userID);
7575

7676
}
@@ -92,7 +92,7 @@ Button registerUser = findViewById(R.id.registerUser);
9292
@Override
9393
public void onClick(View view) {
9494

95-
//Pass group title and your custom event message you want to send and detailed text
95+
//Pass `groupTitle` and your custom `eventMessage` you want to send and `detailDescription`
9696
pingMeLive.detailedEvent("Registeration","Hey we got a new user "+userID,"You can send the user detail here.");
9797

9898
}

0 commit comments

Comments
 (0)