File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments